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

{
    "meta": {
        "count": 385,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=20",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=18"
    },
    "data": [
        {
            "id": "osoite:otsolahdentie_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-24T06:15:30.860259Z",
            "last_modified_time": "2023-09-24T06:15:30.860275Z",
            "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": 1,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.8150554,
                    60.1761165
                ]
            },
            "name": {
                "fi": "Otsolahdentie 6, Espoo",
                "sv": "Björnviksvägen 6, Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Otsolahdentie 6",
                "sv": "Björnviksvägen 6"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:otsolahdentie_6_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ruskaniitty_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-14T06:27:34.151434Z",
            "last_modified_time": "2023-09-14T06:27:34.151459Z",
            "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": 1,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.7402661,
                    60.3061791
                ]
            },
            "name": {
                "fi": "Ruskaniitty 4, Espoo",
                "sv": "Höstglödsängen 4, Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Ruskaniitty 4",
                "sv": "Höstglödsängen 4"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ruskaniitty_4_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:träskändan_puistotie_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-22T06:29:58.258383Z",
            "last_modified_time": "2023-09-22T06:29:58.258402Z",
            "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": 1,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.7095814,
                    60.2375618
                ]
            },
            "name": {
                "fi": "Träskändan puistotie 6, Espoo",
                "sv": "Träskända allén 6, Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Träskändan puistotie 6",
                "sv": "Träskända allén 6"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:tr%C3%A4sk%C3%A4ndan_puistotie_6_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:töölöntullinkatu_1_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:reijola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Reijola",
                        "sv": "Grejus"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:meilahti",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Meilahti",
                        "sv": "Mejlans"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:meilahti",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Meilahti",
                        "sv": "Mejlans"
                    }
                }
            ],
            "created_time": "2023-08-27T05:33:41.869262Z",
            "last_modified_time": "2023-08-27T05:33:41.869281Z",
            "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": 1,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.9152312,
                    60.1896367
                ]
            },
            "name": {
                "fi": "Töölöntullinkatu 1, Helsinki",
                "sv": "Tölötullsgatan 1, Helsingfors"
            },
            "description": null,
            "street_address": {
                "fi": "Töölöntullinkatu 1",
                "sv": "Tölötullsgatan 1"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:t%C3%B6%C3%B6l%C3%B6ntullinkatu_1_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "helsinki:bookable",
            "has_user_editable_resources": true,
            "data_source": "helsinki",
            "publisher": "ahjo:00001",
            "divisions": [],
            "created_time": "2025-05-21T07:37:54.855238Z",
            "last_modified_time": "2025-05-21T07:37:54.855256Z",
            "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": 1,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "name": {
                "fi": "Tilattavissa",
                "sv": "Går att beställ",
                "en": "Bookable"
            },
            "description": {
                "fi": "Tilattavissa omaan toimipaikkaan",
                "sv": "Evenemanget går att beställa till den egna verksamhetsplatsen",
                "en": "The event will be held at customers place"
            },
            "street_address": null,
            "info_url": null,
            "address_locality": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/helsinki:bookable/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2821",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:56:27.583664Z",
            "last_modified_time": "2023-08-17T04:56:27.583681Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00540",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 1,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "name": {
                "fi": "Circus Helsinki"
            },
            "description": null,
            "street_address": {
                "fi": "Sörnäisten rantatie 22 rak 1 C"
            },
            "info_url": {
                "fi": "http://www.circushelsinki.fi/"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2821/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3535",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:02:31.696436Z",
            "last_modified_time": "2023-08-17T05:02:31.696455Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02130",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": true,
            "n_events": 1,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "name": {
                "fi": "Espoo"
            },
            "description": null,
            "street_address": {
                "fi": "Espoo"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3535/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2553",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:54:18.174570Z",
            "last_modified_time": "2023-08-17T04:54:18.174588Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02070",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 1,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "name": {
                "fi": "Espoo"
            },
            "description": null,
            "street_address": {
                "fi": "PL 34"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2553/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2183",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:50:43.580527Z",
            "last_modified_time": "2023-08-17T04:50:43.580544Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02200",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 1,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "name": {
                "fi": "Espoon Tanssiopisto"
            },
            "description": null,
            "street_address": {
                "fi": "Piispanportti 12 B"
            },
            "info_url": {
                "fi": "www.espoontanssiopisto.fi"
            },
            "address_locality": {
                "fi": "Espoo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2183/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1313",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:43:51.598525Z",
            "last_modified_time": "2023-08-17T04:43:51.598544Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "09120",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 1,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "name": {
                "fi": "Helsingin NMKY Pellin leirikeskus"
            },
            "description": null,
            "street_address": {
                "fi": "Härjänvatsantie 210"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Karjalohja"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1313/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1616",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:46:00.975191Z",
            "last_modified_time": "2023-08-17T04:46:00.975209Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00880",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 1,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "name": {
                "fi": "Herttoniemen Taekwondo"
            },
            "description": null,
            "street_address": {
                "fi": "Sahaajankatu 11"
            },
            "info_url": {
                "fi": "www.stu.fi/helsinki"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1616/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1909",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:48:08.285845Z",
            "last_modified_time": "2023-08-17T04:48:08.285862Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00930",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": true,
            "n_events": 1,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "name": {
                "fi": "HTKD oma sali"
            },
            "description": null,
            "street_address": {
                "fi": "Asiakkaankatu 3 B"
            },
            "info_url": {
                "fi": "www.htkd.fi"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1909/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3197",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:00:01.873930Z",
            "last_modified_time": "2023-08-17T05:00:01.873958Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "31140",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 1,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "name": {
                "fi": "Kankaan Torpan leirikeskus"
            },
            "description": null,
            "street_address": {
                "fi": "Väkkäräntie 275"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Urjala"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3197/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3201",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "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:taka-töölö",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Taka-Töölö",
                        "sv": "Bortre Tölö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:taka-töölö",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Taka-Töölö",
                        "sv": "Bortre Tölö"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:taka-töölö",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Taka-Töölö",
                        "sv": "Bortre Tölö"
                    }
                }
            ],
            "created_time": "2023-08-17T05:00:08.974968Z",
            "last_modified_time": "2024-01-22T16:14:24.377118Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00250",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 1,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.9258978,
                    60.1833513
                ]
            },
            "name": {
                "fi": "Kisahalli"
            },
            "description": null,
            "street_address": {
                "fi": "Paavo Nurmen kuja 1 c"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3201/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3087",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:59:28.073800Z",
            "last_modified_time": "2023-08-17T04:59:28.073817Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02430",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 1,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "name": {
                "fi": "Krav Maga Kirkkonummi"
            },
            "description": null,
            "street_address": {
                "fi": "Masalantie 357"
            },
            "info_url": {
                "fi": "https://www.kravmagakirkkonummi.fi/"
            },
            "address_locality": {
                "fi": "Kirkkonummi"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3087/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3736",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-18T04:43:04.797704Z",
            "last_modified_time": "2023-08-18T04:43:04.797724Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "04370",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 1,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "name": {
                "fi": "Metsäpirtti"
            },
            "description": null,
            "street_address": {
                "fi": "Turaniementie 61"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Tuusula"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3736/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3671",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "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:länsi-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Pakila",
                        "sv": "Västra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:länsi-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Pakila",
                        "sv": "Västra Baggböle"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pakila",
                        "sv": "Baggböle"
                    }
                }
            ],
            "created_time": "2023-08-17T05:02:58.775302Z",
            "last_modified_time": "2024-01-22T16:14:29.979340Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00660",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 1,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.9353306,
                    60.2435182
                ]
            },
            "name": {
                "fi": "Pakilan peruskoulu"
            },
            "description": null,
            "street_address": {
                "fi": "Halkosuontie 88"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3671/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1531",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:45:08.381379Z",
            "last_modified_time": "2023-08-17T04:45:08.381397Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00760",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": true,
            "n_events": 1,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "name": {
                "fi": "Puistolan VPK ry"
            },
            "description": null,
            "street_address": {
                "fi": "Puistolan raitti 5a"
            },
            "info_url": {
                "fi": "www.puistolanvpk.fi"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1531/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3123",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:59:39.671348Z",
            "last_modified_time": "2023-08-17T04:59:39.671367Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00770",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": true,
            "n_events": 1,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "name": {
                "fi": "Suomen Historiallisen Miekkailun Seura"
            },
            "description": null,
            "street_address": {
                "fi": "Luiskatie 8"
            },
            "info_url": {
                "fi": "www.miekkakoulu.fi"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3123/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3431",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:02:13.487705Z",
            "last_modified_time": "2023-08-17T05:02:13.487724Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00260",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 1,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "name": {
                "fi": "Taivallahden Kerhis"
            },
            "description": null,
            "street_address": {
                "fi": "Mechelininkatu 32"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3431/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}