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

{
    "meta": {
        "count": 151449,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7561&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7559&show_all_places=true"
    },
    "data": [
        {
            "id": "harrastushaku:3726",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:03:05.998869Z",
            "last_modified_time": "2023-08-17T05:03:05.998886Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02970",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": true,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "telephone": null,
            "street_address": {
                "fi": "Hiirsuontie 1"
            },
            "description": null,
            "info_url": {
                "fi": "http://www.liikanjitsu.club"
            },
            "address_locality": {
                "fi": "Espoo"
            },
            "name": {
                "fi": "Rentolan Liikuntasali, Kalajärven koulu"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3726/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2038",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:49:24.275736Z",
            "last_modified_time": "2023-08-17T04:49:24.275755Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "47910",
            "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": null,
            "telephone": null,
            "street_address": {
                "fi": "Riippusillantie 55"
            },
            "description": null,
            "info_url": null,
            "address_locality": {
                "fi": "Kouvola"
            },
            "name": {
                "fi": "Repoveden kansallispuisto"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2038/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1990",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:48:54.486575Z",
            "last_modified_time": "2023-08-17T04:48:54.486592Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "47910",
            "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": null,
            "telephone": null,
            "street_address": {
                "fi": "Riippusillantie 55"
            },
            "description": null,
            "info_url": {
                "fi": "http://www.luontoon.fi/repovesi"
            },
            "address_locality": {
                "fi": "Kouvola"
            },
            "name": {
                "fi": "Repoveden kansallispuisto"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1990/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2376",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:52:44.077338Z",
            "last_modified_time": "2023-08-17T04:52:44.077356Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "47910",
            "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": null,
            "telephone": null,
            "street_address": {
                "fi": "47910 Kouvola"
            },
            "description": null,
            "info_url": {
                "fi": "http://www.luontoon.fi/repovesi"
            },
            "address_locality": {
                "fi": "Kouvola"
            },
            "name": {
                "fi": "Repoveden kansallispuisto"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2376/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3247",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:00:42.270311Z",
            "last_modified_time": "2023-08-17T05:00:42.270329Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "47910",
            "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": null,
            "telephone": null,
            "street_address": {
                "fi": "Riippusillantie 55"
            },
            "description": null,
            "info_url": null,
            "address_locality": {
                "fi": "Kouvola"
            },
            "name": {
                "fi": "Repoveden kansallispuisto"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3247/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2171",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:50:29.278978Z",
            "last_modified_time": "2023-08-17T04:50:29.278996Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01390",
            "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": null,
            "telephone": null,
            "street_address": {
                "fi": "Simonkyläntie 11A"
            },
            "description": null,
            "info_url": {
                "fi": "http://www.vantaanseurakunnat.fi/ristipuron-kerhohuoneisto"
            },
            "address_locality": {
                "fi": "Vantaa"
            },
            "name": {
                "fi": "Ristipuron kerhohuoneisto"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2171/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2931",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:57:17.970411Z",
            "last_modified_time": "2023-08-17T04:57:17.970428Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00100",
            "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": null,
            "telephone": null,
            "street_address": {
                "fi": "Kaisaniemenkatu 3 A 5"
            },
            "description": null,
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki"
            },
            "name": {
                "fi": "Rock The Pole"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2931/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2462",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:53:43.079243Z",
            "last_modified_time": "2023-08-17T04:53:43.079261Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00800",
            "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": null,
            "telephone": null,
            "street_address": {
                "fi": "Sahaajankatu 20 A"
            },
            "description": null,
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki"
            },
            "name": {
                "fi": "Roihusali"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2462/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2047",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:49:26.774919Z",
            "last_modified_time": "2023-08-17T04:49:26.774936Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00820",
            "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": null,
            "telephone": null,
            "street_address": {
                "fi": "Satumaanpolku 4"
            },
            "description": null,
            "info_url": {
                "fi": "http://www.hel.fi/www/helsinki/fi/kulttuuri-ja-vapaa-aika/liikunta/ulkoliikuntap"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "name": {
                "fi": "Roihuvuoren liikuntapuisto"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2047/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3109",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:59:32.578846Z",
            "last_modified_time": "2023-08-17T04:59:32.578865Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00820",
            "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": null,
            "telephone": null,
            "street_address": {
                "fi": "Prinssintie 1"
            },
            "description": null,
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki"
            },
            "name": {
                "fi": "Roihuvuoren nuorisotalo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3109/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1751",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:roihuvuori",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Roihuvuori",
                        "sv": "Kasberget"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-17T04:47:14.351510Z",
            "last_modified_time": "2024-01-22T16:14:22.676535Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00560",
            "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.0633282,
                    60.203408
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Punahilkantie 16"
            },
            "description": null,
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki"
            },
            "name": {
                "fi": "Roihuvuoren palvelukeskus"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1751/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1742",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:47:10.969739Z",
            "last_modified_time": "2023-08-17T04:47:10.969756Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00810",
            "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": null,
            "telephone": null,
            "street_address": {
                "fi": "Punahilkantie 16"
            },
            "description": null,
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki"
            },
            "name": {
                "fi": "Roihuvuoren sarjakuvapiste / Roihuvuoren palvelukeskus"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1742/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3121",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:59:38.295582Z",
            "last_modified_time": "2023-08-17T04:59:38.295599Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02420",
            "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": null,
            "telephone": null,
            "street_address": {
                "fi": "Medvastvägen 8"
            },
            "description": null,
            "info_url": null,
            "address_locality": {
                "fi": "kyrkslätt"
            },
            "name": {
                "fi": "Runhälla (föreningshuset)"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3121/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2076",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:49:48.581690Z",
            "last_modified_time": "2023-08-17T04:49:48.581708Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00380",
            "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": null,
            "telephone": null,
            "street_address": {
                "fi": "Valimotie 25 A"
            },
            "description": null,
            "info_url": {
                "fi": "www.rushfinland.fi"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "name": {
                "fi": "Rush Helsinki- trampoliinipuisto"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2076/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3332",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:01:47.383901Z",
            "last_modified_time": "2023-08-17T05:01:47.383919Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00280",
            "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": null,
            "telephone": null,
            "street_address": {
                "fi": "ratsastie 10"
            },
            "description": null,
            "info_url": {
                "fi": "www.badmintonunited.fi"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "name": {
                "fi": "Ruskeasuon liikuntahalli"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3332/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2093",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:50:01.483970Z",
            "last_modified_time": "2023-08-17T04:50:01.483996Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00280",
            "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": null,
            "telephone": null,
            "street_address": {
                "fi": "Ratsastie 10"
            },
            "description": null,
            "info_url": {
                "fi": "http://www.hel.fi/www/helsinki/fi/kulttuuri-ja-vapaa-aika/liikunta/ulkoliikuntap"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "name": {
                "fi": "Ruskeasuon liikuntapuisto"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2093/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1640",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:46:21.874579Z",
            "last_modified_time": "2023-08-17T04:46:21.874596Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02600",
            "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": null,
            "telephone": null,
            "street_address": {
                "fi": "Gallen-Kallelan tie 3"
            },
            "description": null,
            "info_url": {
                "fi": "http://www.arkki.net/leirit/leirien-sisallot/"
            },
            "address_locality": {
                "fi": "Espoo"
            },
            "name": {
                "fi": "Ruukinranta"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1640/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3274",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:01:03.676318Z",
            "last_modified_time": "2023-08-17T05:01:03.676338Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02770",
            "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": null,
            "telephone": null,
            "street_address": {
                "fi": "Puisto on osa Kirkkopuistoa ja Vanha Lagstadintien varrella"
            },
            "description": null,
            "info_url": null,
            "address_locality": {
                "fi": "Espoo"
            },
            "name": {
                "fi": "Ruusupuisto"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3274/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3341",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:01:51.672757Z",
            "last_modified_time": "2023-08-17T05:01:51.672774Z",
            "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": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "telephone": null,
            "street_address": {
                "fi": "Leppävaarankatu 24"
            },
            "description": null,
            "info_url": null,
            "address_locality": {
                "fi": "Espoo"
            },
            "name": {
                "fi": "Ruusutorpan koulu"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3341/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2875",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:56:48.576715Z",
            "last_modified_time": "2023-08-17T04:56:48.576733Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02600",
            "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": null,
            "telephone": null,
            "street_address": {
                "fi": "Kuvisluokka G304, 3. krs. Leppävaarankatu 24"
            },
            "description": null,
            "info_url": {
                "fi": "https://www.espoo.fi/ruusutorpankoulu"
            },
            "address_locality": {
                "fi": "Espoo"
            },
            "name": {
                "fi": "Ruusutorpan koulu"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2875/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}