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

{
    "meta": {
        "count": 152280,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=212&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=210&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:76888",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2025-02-26T06:10:19.153618Z",
            "last_modified_time": "2026-02-10T06:09:59.520457Z",
            "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.841608,
                    60.26436
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Raappavuorentie 12",
                "sv": "Skrapbergsvägen 12",
                "en": "Raappavuorentie 12"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "info_url": null,
            "description": {
                "fi": "3 esteetöntä autopaikkaa",
                "sv": "3 tillgängliga p-platser",
                "en": "3 accessible parking spaces"
            },
            "name": {
                "fi": "Esteetön pysäköintialue Raappavuorentie 12",
                "sv": "Obehindrad parkeringsplats Raappavuorentie 12",
                "en": "Unrestrained car park Raappavuorentie 12"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:76888/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:74910",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2024-04-05T05:09:52.014886Z",
            "last_modified_time": "2026-02-10T06:09:54.469095Z",
            "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.840292,
                    60.263187
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Raappavuorentie 8",
                "sv": "Skrapbergsvägen 8",
                "en": "Raappavuorentie 8"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "info_url": null,
            "description": {
                "fi": "2 esteetöntä autopaikkaa",
                "sv": "2 tillgängliga p-platser",
                "en": "2 accessible parking spaces"
            },
            "name": {
                "fi": "Esteetön pysäköintialue Raappavuorentie 8",
                "sv": "Obehindrad parkeringsplats Raappavuorentie 8",
                "en": "Unrestrained car park Raappavuorentie 8"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74910/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:76905",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2025-02-28T06:10:17.027250Z",
            "last_modified_time": "2026-02-10T06:09:59.680011Z",
            "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.823938,
                    60.257923
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Rajatorpan koulu, Vapaalanpolku 13",
                "sv": "Rajatorpan koulu, Vapaalanpolku 13",
                "en": "Rajatorpan koulu, Vapaalanpolku 13"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "info_url": null,
            "description": {
                "fi": "2 esteetöntä autopaikkaa",
                "sv": "2 tillgängliga p-platser",
                "en": "2 accessible parking spaces"
            },
            "name": {
                "fi": "Esteetön pysäköintialue Rajatorpan koulu, Vapaalanpolku 13",
                "sv": "Obehindrad parkeringsplats Rajatorpan koulu, Vapaalanpolku 13",
                "en": "Unrestrained car park Rajatorpan koulu, Vapaalanpolku 13"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:76905/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:76886",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2025-02-26T06:10:19.073811Z",
            "last_modified_time": "2026-02-10T06:09:59.437078Z",
            "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.839272,
                    60.26031
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Rajatorpantie 23",
                "sv": "Råtorpsvägen 23",
                "en": "Rajatorpantie 23"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "info_url": null,
            "description": {
                "fi": "2 esteetöntä autopaikkaa",
                "sv": "2 tillgängliga p-platser",
                "en": "2 accessible parking spaces"
            },
            "name": {
                "fi": "Esteetön pysäköintialue Rajatorpantie 23",
                "sv": "Obehindrad parkeringsplats Rajatorpantie 23",
                "en": "Unrestrained car park Rajatorpantie 23"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:76886/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:74909",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2024-04-05T05:09:51.990115Z",
            "last_modified_time": "2026-02-10T06:09:54.428829Z",
            "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.84013,
                    60.260452
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Rajatorpantie 23",
                "sv": "Råtorpsvägen 23",
                "en": "Rajatorpantie 23"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "info_url": null,
            "description": {
                "fi": "3 esteetöntä autopaikkaa",
                "sv": "3 tillgängliga p-platser",
                "en": "3 accessible parking spaces"
            },
            "name": {
                "fi": "Esteetön pysäköintialue Rajatorpantie 23",
                "sv": "Obehindrad parkeringsplats Rajatorpantie 23",
                "en": "Unrestrained car park Rajatorpantie 23"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74909/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:74899",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2024-04-05T05:09:51.742865Z",
            "last_modified_time": "2026-02-10T06:09:54.090238Z",
            "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.847828,
                    60.28526
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ratastie 1",
                "sv": "Hjulvägen 1",
                "en": "Ratastie 1"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "info_url": null,
            "description": {
                "fi": "4 esteetöntä autopaikkaa",
                "sv": "4 tillgängliga p-platser",
                "en": "4 accessible parking spaces"
            },
            "name": {
                "fi": "Esteetön pysäköintialue Ratastie 1",
                "sv": "Obehindrad parkeringsplats Ratastie 1",
                "en": "Unrestrained car park Ratastie 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74899/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:62373",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-08-15T16:20:16.218310Z",
            "last_modified_time": "2025-11-22T06:09:50.616760Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02230",
            "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.744986,
                    60.164543
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Rauhalanpuisto 2b",
                "sv": "Rauhalaparken 2b",
                "en": "Rauhalanpuisto 2b"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "info_url": {
                "fi": "https://www.espoo.fi/fi/liikenne-ja-kadut/pysakointi",
                "sv": "https://www.espoo.fi/sv/trafik-och-gator/parkering",
                "en": "https://www.espoo.fi/en/transport-and-streets/parking"
            },
            "description": {
                "fi": "1 pysäköintipaikkaa",
                "sv": "1 parkeringplatser",
                "en": "1 parking spaces"
            },
            "name": {
                "fi": "Esteetön pysäköintialue Rauhalanpuisto",
                "sv": "Obehindrad parkeringplats Rauhalanpuisto",
                "en": "Accessible car park Rauhalanpuisto"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:62373/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:74936",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2024-04-05T05:09:52.658098Z",
            "last_modified_time": "2026-02-10T06:09:55.587343Z",
            "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.110764,
                    60.279335
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ravurinpuiston päiväkoti",
                "sv": "Ravurinpuiston päiväkoti",
                "en": "Ravurinpuiston päiväkoti"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "info_url": null,
            "description": {
                "fi": "1 esteetön autopaikka",
                "sv": "1 tillgänglig p-plats",
                "en": "1 accessible parking space"
            },
            "name": {
                "fi": "Esteetön pysäköintialue Ravurinpuiston päiväkoti",
                "sv": "Obehindrad parkeringsplats Ravurinpuiston päiväkoti",
                "en": "Unrestrained car park Ravurinpuiston päiväkoti"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74936/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:75078",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2024-04-19T05:09:51.563154Z",
            "last_modified_time": "2026-02-10T06:09:57.071902Z",
            "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.059277,
                    60.33479
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Rekolanmäen koulu, päiväkoti, neuvola, Valtimotie",
                "sv": "Rekolanmäen koulu, päiväkoti, neuvola, Valtimotie",
                "en": "Rekolanmäen koulu, päiväkoti, neuvola, Valtimotie"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "info_url": null,
            "description": {
                "fi": "1 esteetön autopaikka",
                "sv": "1 tillgänglig p-plats",
                "en": "1 accessible parking space"
            },
            "name": {
                "fi": "Esteetön pysäköintialue Rekolanmäen koulu, päiväkoti, neuvola, Valtimotie",
                "sv": "Obehindrad parkeringsplats Rekolanmäen koulu, päiväkoti, neuvola, Valtimotie",
                "en": "Unrestrained car park Rekolanmäen koulu, päiväkoti, neuvola, Valtimotie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:75078/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:62546",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-08-15T16:20:39.441421Z",
            "last_modified_time": "2025-11-22T06:09:51.648842Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02100",
            "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.804686,
                    60.17048
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Revontulenkuja 2",
                "sv": "Norrskensgränden 2",
                "en": "Revontulenkuja 2"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "info_url": {
                "fi": "https://www.espoo.fi/fi/liikenne-ja-kadut/pysakointi",
                "sv": "https://www.espoo.fi/sv/trafik-och-gator/parkering",
                "en": "https://www.espoo.fi/en/transport-and-streets/parking"
            },
            "description": {
                "fi": "1 pysäköintipaikkaa",
                "sv": "1 parkeringplatser",
                "en": "1 parking spaces"
            },
            "name": {
                "fi": "Esteetön pysäköintialue Revontulenkuja",
                "sv": "Obehindrad parkeringplats Revontulenkuja",
                "en": "Accessible car park Revontulenkuja"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:62546/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:62414",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-08-15T16:20:21.626899Z",
            "last_modified_time": "2025-11-22T06:09:50.763465Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02320",
            "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.64164,
                    60.154606
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ristiaallokonkatu 4",
                "sv": "Korssjögatan 4",
                "en": "Ristiaallokonkatu 4"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "info_url": {
                "fi": "https://www.espoo.fi/fi/liikenne-ja-kadut/pysakointi",
                "sv": "https://www.espoo.fi/sv/trafik-och-gator/parkering",
                "en": "https://www.espoo.fi/en/transport-and-streets/parking"
            },
            "description": {
                "fi": "1 pysäköintipaikkaa",
                "sv": "1 parkeringplatser",
                "en": "1 parking spaces"
            },
            "name": {
                "fi": "Esteetön pysäköintialue Ristiaallokonkatu",
                "sv": "Obehindrad parkeringplats Ristiaallokonkatu",
                "en": "Accessible car park Ristiaallokonkatu"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:62414/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:62423",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-08-15T16:20:21.786916Z",
            "last_modified_time": "2025-11-22T06:09:50.807626Z",
            "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": {
                "type": "Point",
                "coordinates": [
                    24.805666,
                    60.217922
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Rummunlyöjänkatu 3",
                "sv": "Trumslagargatan 3",
                "en": "Rummunlyöjänkatu 3"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "info_url": {
                "fi": "https://www.espoo.fi/fi/liikenne-ja-kadut/pysakointi",
                "sv": "https://www.espoo.fi/sv/trafik-och-gator/parkering",
                "en": "https://www.espoo.fi/en/transport-and-streets/parking"
            },
            "description": {
                "fi": "2 pysäköintipaikkaa",
                "sv": "2 parkeringplatser",
                "en": "2 parking spaces"
            },
            "name": {
                "fi": "Esteetön pysäköintialue Rummunlyöjänkatu",
                "sv": "Obehindrad parkeringplats Rummunlyöjänkatu",
                "en": "Accessible car park Rummunlyöjänkatu"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:62423/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:62424",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-08-15T16:20:21.935726Z",
            "last_modified_time": "2025-11-22T06:09:50.840684Z",
            "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": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.73967,
                    60.30557
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ruskaniitty 2",
                "sv": "Höstglödsängen 2",
                "en": "Ruskaniitty 2"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "info_url": {
                "fi": "https://www.espoo.fi/fi/liikenne-ja-kadut/pysakointi",
                "sv": "https://www.espoo.fi/sv/trafik-och-gator/parkering",
                "en": "https://www.espoo.fi/en/transport-and-streets/parking"
            },
            "description": {
                "fi": "2 pysäköintipaikkaa",
                "sv": "2 parkeringplatser",
                "en": "2 parking spaces"
            },
            "name": {
                "fi": "Esteetön pysäköintialue Ruskaniitty",
                "sv": "Obehindrad parkeringplats Ruskaniitty",
                "en": "Accessible car park Ruskaniitty"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:62424/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:74863",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2024-04-05T05:09:50.823139Z",
            "last_modified_time": "2026-02-10T06:09:52.470465Z",
            "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.057455,
                    60.33069
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Sairaalakatu 1",
                "sv": "Sjukhusgatan 1",
                "en": "Sairaalakatu 1"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "info_url": null,
            "description": {
                "fi": "3 esteetöntä autopaikkaa",
                "sv": "3 tillgängliga p-platser",
                "en": "3 accessible parking spaces"
            },
            "name": {
                "fi": "Esteetön pysäköintialue Sairaalakatu 1",
                "sv": "Obehindrad parkeringsplats Sairaalakatu 1",
                "en": "Unrestrained car park Sairaalakatu 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74863/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:74862",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2024-04-05T05:09:50.799951Z",
            "last_modified_time": "2026-02-10T06:09:52.419276Z",
            "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.060322,
                    60.331547
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Sairaalakatu 1",
                "sv": "Sjukhusgatan 1",
                "en": "Sairaalakatu 1"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "info_url": null,
            "description": {
                "fi": "3 esteetöntä autopaikkaa",
                "sv": "3 tillgängliga p-platser",
                "en": "3 accessible parking spaces"
            },
            "name": {
                "fi": "Esteetön pysäköintialue Sairaalakatu 1",
                "sv": "Obehindrad parkeringsplats Sairaalakatu 1",
                "en": "Unrestrained car park Sairaalakatu 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74862/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:75107",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2024-04-20T05:10:25.857017Z",
            "last_modified_time": "2026-02-10T06:09:57.637228Z",
            "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.852041,
                    60.28611
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Sanomalan paviljonkikoulu",
                "sv": "Sanomalan paviljonkikoulu",
                "en": "Sanomalan paviljonkikoulu"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "info_url": null,
            "description": {
                "fi": "1 esteetön autopaikka",
                "sv": "1 tillgänglig p-plats",
                "en": "1 accessible parking space"
            },
            "name": {
                "fi": "Esteetön pysäköintialue Sanomalan paviljonkikoulu",
                "sv": "Obehindrad parkeringsplats Sanomalan paviljonkikoulu",
                "en": "Unrestrained car park Sanomalan paviljonkikoulu"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:75107/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:62392",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-08-15T16:20:18.795327Z",
            "last_modified_time": "2025-11-22T06:09:50.685558Z",
            "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": {
                "type": "Point",
                "coordinates": [
                    24.655788,
                    60.203365
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Siltakatu 5",
                "sv": "Brogatan 5",
                "en": "Siltakatu 5"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "info_url": {
                "fi": "https://www.espoo.fi/fi/liikenne-ja-kadut/pysakointi",
                "sv": "https://www.espoo.fi/sv/trafik-och-gator/parkering",
                "en": "https://www.espoo.fi/en/transport-and-streets/parking"
            },
            "description": {
                "fi": "2 pysäköintipaikkaa",
                "sv": "2 parkeringplatser",
                "en": "2 parking spaces"
            },
            "name": {
                "fi": "Esteetön pysäköintialue Siltakatu",
                "sv": "Obehindrad parkeringplats Siltakatu",
                "en": "Accessible car park Siltakatu"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:62392/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:74881",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2024-04-05T05:09:51.294305Z",
            "last_modified_time": "2026-02-10T06:09:53.353284Z",
            "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.098602,
                    60.29006
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Siltaniitynkuja 2",
                "sv": "Broängsgränden 2",
                "en": "Siltaniitynkuja 2"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "info_url": null,
            "description": {
                "fi": "2 esteetöntä autopaikkaa",
                "sv": "2 tillgängliga p-platser",
                "en": "2 accessible parking spaces"
            },
            "name": {
                "fi": "Esteetön pysäköintialue Siltaniitynkuja 2",
                "sv": "Obehindrad parkeringsplats Siltaniitynkuja 2",
                "en": "Unrestrained car park Siltaniitynkuja 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74881/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:75080",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2024-04-19T05:09:51.624995Z",
            "last_modified_time": "2026-02-10T06:09:57.171722Z",
            "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.035196,
                    60.315865
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Simonkylän koulu",
                "sv": "Simonkylän koulu",
                "en": "Simonkylän koulu"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "info_url": null,
            "description": {
                "fi": "2 esteetöntä autopaikkaa",
                "sv": "2 tillgängliga p-platser",
                "en": "2 accessible parking spaces"
            },
            "name": {
                "fi": "Esteetön pysäköintialue Simonkylän koulu",
                "sv": "Obehindrad parkeringsplats Simonkylän koulu",
                "en": "Unrestrained car park Simonkylän koulu"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:75080/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:74937",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2024-04-05T05:09:52.683969Z",
            "last_modified_time": "2026-02-10T06:09:55.630375Z",
            "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.030052,
                    60.294544
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Sinirikon päiväkoti",
                "sv": "Sinirikon päiväkoti",
                "en": "Sinirikon päiväkoti"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "info_url": null,
            "description": {
                "fi": "1 esteetön autopaikka",
                "sv": "1 tillgänglig p-plats",
                "en": "1 accessible parking space"
            },
            "name": {
                "fi": "Esteetön pysäköintialue Sinirikon päiväkoti",
                "sv": "Obehindrad parkeringsplats Sinirikon päiväkoti",
                "en": "Unrestrained car park Sinirikon päiväkoti"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74937/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}