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=212&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=213&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=211&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:74918",
            "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.214989Z",
            "last_modified_time": "2026-02-10T06:09:54.800304Z",
            "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.028812,
                    60.29441
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Sinirikontie",
                "sv": "Purpurbräcksvägen",
                "en": "Sinirikontie"
            },
            "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 Sinirikontie",
                "sv": "Obehindrad parkeringsplats Sinirikontie",
                "en": "Unrestrained car park Sinirikontie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74918/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:78561",
            "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-09-28T05:10:15.215443Z",
            "last_modified_time": "2026-02-10T06:10:01.278340Z",
            "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.122293,
                    60.280453
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Sotungintie 19",
                "sv": "Sottungsbyvägen 19",
                "en": "Sotungintie 19"
            },
            "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 Sotungintie 19",
                "sv": "Obehindrad parkeringsplats Sotungintie 19",
                "en": "Unrestrained car park Sotungintie 19"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:78561/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:68290",
            "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:27:55.222501Z",
            "last_modified_time": "2025-11-22T06:09:55.257084Z",
            "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.664183,
                    60.20459
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Suviniitynkuja 3",
                "sv": "Södrikängsgränden 3",
                "en": "Suviniitynkuja 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": "1 pysäköintipaikkaa",
                "sv": "1 parkeringplatser",
                "en": "1 parking spaces"
            },
            "name": {
                "fi": "Esteetön pysäköintialue Suviniitynkuja",
                "sv": "Obehindrad parkeringplats Suviniitynkuja",
                "en": "Accessible car park Suviniitynkuja"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:68290/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:68291",
            "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:27:55.364667Z",
            "last_modified_time": "2025-11-22T06:09:55.287354Z",
            "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.664465,
                    60.204685
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Suviniitynkuja 2",
                "sv": "Södrikängsgränden 2",
                "en": "Suviniitynkuja 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 Suviniitynkuja",
                "sv": "Obehindrad parkeringplats Suviniitynkuja",
                "en": "Accessible car park Suviniitynkuja"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:68291/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:74913",
            "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.091679Z",
            "last_modified_time": "2026-02-10T06:09:54.596069Z",
            "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.077757,
                    60.35726
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Tavitie",
                "sv": "Krickvägen",
                "en": "Tavitie"
            },
            "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 Tavitie",
                "sv": "Obehindrad parkeringsplats Tavitie",
                "en": "Unrestrained car park Tavitie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74913/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:63747",
            "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:22:34.928758Z",
            "last_modified_time": "2025-11-22T06:09:53.218641Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02250",
            "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.716566,
                    60.184208
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Tikasmäentie 34",
                "sv": "Stigabackavägen 34",
                "en": "Tikasmäentie 34"
            },
            "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 Tikasmäentie",
                "sv": "Obehindrad parkeringplats Tikasmäentie",
                "en": "Accessible car park Tikasmäentie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:63747/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:63748",
            "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:22:35.077203Z",
            "last_modified_time": "2025-11-22T06:09:53.250826Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02250",
            "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.71637,
                    60.184177
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Tikasmäentie 34",
                "sv": "Stigabackavägen 34",
                "en": "Tikasmäentie 34"
            },
            "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 Tikasmäentie",
                "sv": "Obehindrad parkeringplats Tikasmäentie",
                "en": "Accessible car park Tikasmäentie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:63748/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:74932",
            "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.556421Z",
            "last_modified_time": "2026-02-10T06:09:55.419767Z",
            "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.956673,
                    60.279263
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Tilkuntie",
                "sv": "Tilkuvägen",
                "en": "Tilkuntie"
            },
            "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 Tilkuntie",
                "sv": "Obehindrad parkeringsplats Tilkuntie",
                "en": "Unrestrained car park Tilkuntie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74932/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:74926",
            "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.414211Z",
            "last_modified_time": "2026-02-10T06:09:55.142444Z",
            "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.032589,
                    60.310436
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Tornimäki",
                "sv": "Tornbacken",
                "en": "Tornimäki"
            },
            "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 Tornimäki",
                "sv": "Obehindrad parkeringsplats Tornimäki",
                "en": "Unrestrained car park Tornimäki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74926/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:74060",
            "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": "2024-01-05T06:10:28.843223Z",
            "last_modified_time": "2025-11-22T06:09:59.809715Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02750",
            "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.692066,
                    60.197407
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Luhtatie 30b",
                "sv": "Starrängsvägen 30b",
                "en": "Luhtatie 30b"
            },
            "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 Tuomarilan viljelypalsta",
                "sv": "Obehindrad parkeringplats Tuomarilan viljelypalsta",
                "en": "Accessible car park Tuomarilan viljelypalsta"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74060/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:74905",
            "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.894507Z",
            "last_modified_time": "2026-02-10T06:09:54.268406Z",
            "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.850245,
                    60.26307
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Tuurakuja 2",
                "sv": "Isbillsgränden 2",
                "en": "Tuurakuja 2"
            },
            "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 Tuurakuja 2",
                "sv": "Obehindrad parkeringsplats Tuurakuja 2",
                "en": "Unrestrained car park Tuurakuja 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74905/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:68742",
            "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-15T17:12:26.688757Z",
            "last_modified_time": "2025-11-22T06:09:55.931265Z",
            "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.735964,
                    60.159702
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Tynnyritie 6",
                "sv": "Tunnvägen 6",
                "en": "Tynnyritie 6"
            },
            "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 Tynnyritie",
                "sv": "Obehindrad parkeringplats Tynnyritie",
                "en": "Accessible car park Tynnyritie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:68742/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:75776",
            "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": "2024-08-08T05:09:54.546650Z",
            "last_modified_time": "2025-11-22T06:10:01.937285Z",
            "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.735472,
                    60.15928
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Tynnyritie 1",
                "sv": "Tunnvägen 1",
                "en": "Tynnyritie 1"
            },
            "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": "3 pysäköintipaikkaa",
                "sv": "3 parkeringplatser",
                "en": "3 parking spaces"
            },
            "name": {
                "fi": "Esteetön pysäköintialue Tynnyritie",
                "sv": "Obehindrad parkeringplats Tynnyritie",
                "en": "Accessible car park Tynnyritie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:75776/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:68741",
            "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-15T17:12:25.989307Z",
            "last_modified_time": "2025-11-22T06:09:55.889405Z",
            "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.735254,
                    60.15954
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Tynnyritie 4",
                "sv": "Tunnvägen 4",
                "en": "Tynnyritie 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 Tynnyritie",
                "sv": "Obehindrad parkeringplats Tynnyritie",
                "en": "Accessible car park Tynnyritie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:68741/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:77934",
            "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": "2025-07-03T05:10:16.416178Z",
            "last_modified_time": "2025-11-22T06:10:03.746585Z",
            "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.657318,
                    60.15078
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Tähystäjänkatu 5",
                "sv": "Utkiksgatan 5",
                "en": "Tähystäjänkatu 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": "1 pysäköintipaikkaa",
                "sv": "1 parkeringplatser",
                "en": "1 parking spaces"
            },
            "name": {
                "fi": "Esteetön pysäköintialue Ulappapolku",
                "sv": "Obehindrad parkeringplats Ulappapolku",
                "en": "Accessible car park Ulappapolku"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:77934/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:74886",
            "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.423636Z",
            "last_modified_time": "2026-02-10T06:09:53.570511Z",
            "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.030994,
                    60.292736
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Unikkotie",
                "sv": "Vallmovägen",
                "en": "Unikkotie"
            },
            "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 Unikkotie",
                "sv": "Obehindrad parkeringsplats Unikkotie",
                "en": "Unrestrained car park Unikkotie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74886/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:74903",
            "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.843895Z",
            "last_modified_time": "2026-02-10T06:09:54.220784Z",
            "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.850002,
                    60.269505
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Uomarinne",
                "sv": "Strömfårabrinken",
                "en": "Uomarinne"
            },
            "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 Uomarinne",
                "sv": "Obehindrad parkeringsplats Uomarinne",
                "en": "Unrestrained car park Uomarinne"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74903/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:74901",
            "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.793744Z",
            "last_modified_time": "2026-02-10T06:09:54.180669Z",
            "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.854221,
                    60.270805
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Uomatie 3",
                "sv": "Strömfåravägen 3",
                "en": "Uomatie 3"
            },
            "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 Uomatie 3",
                "sv": "Obehindrad parkeringsplats Uomatie 3",
                "en": "Unrestrained car park Uomatie 3"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74901/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:75142",
            "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-05-01T05:09:58.056196Z",
            "last_modified_time": "2026-02-10T06:09:57.732818Z",
            "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.030445,
                    60.297955
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Urheilupuiston päiväkoti, Lummetie 27",
                "sv": "Urheilupuiston päiväkoti, Lummetie 27",
                "en": "Urheilupuiston päiväkoti, Lummetie 27"
            },
            "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 Urheilupuiston päiväkoti, Lummetie 27",
                "sv": "Obehindrad parkeringsplats Urheilupuiston päiväkoti, Lummetie 27",
                "en": "Unrestrained car park Urheilupuiston päiväkoti, Lummetie 27"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:75142/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:74949",
            "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.976267Z",
            "last_modified_time": "2026-02-10T06:09:56.013690Z",
            "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.05827,
                    60.296246
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Urheilutie 4",
                "sv": "Idrottsvägen 4",
                "en": "Urheilutie 4"
            },
            "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 Urheilutie 4",
                "sv": "Obehindrad parkeringsplats Urheilutie 4",
                "en": "Unrestrained car park Urheilutie 4"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74949/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}