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

{
    "meta": {
        "count": 151650,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=208&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=206&show_all_places=true"
    },
    "data": [
        {
            "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-04-02T05:09:51.296396Z",
            "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
                ]
            },
            "street_address": {
                "fi": "Siltakatu 5",
                "sv": "Brogatan 5",
                "en": "Siltakatu 5"
            },
            "telephone": null,
            "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"
            },
            "name": {
                "fi": "Esteetön pysäköintialue Siltakatu",
                "sv": "Obehindrad parkeringplats Siltakatu",
                "en": "Unrestrainedcar park Siltakatu"
            },
            "description": {
                "fi": "2 pysäköintipaikkaa",
                "sv": "2 parkeringplatser",
                "en": "2 parking spaces"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "@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": "2024-04-05T05:09:51.294320Z",
            "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
                ]
            },
            "street_address": {
                "fi": "Siltaniitynkuja 2",
                "sv": "Broängsgränden 2",
                "en": "Siltaniitynkuja 2"
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Esteetön pysäköintialue Siltaniitynkuja 2",
                "sv": "Obehindrad parkeringsplats Siltaniitynkuja 2",
                "en": "Unrestrained car park Siltaniitynkuja 2"
            },
            "description": {
                "fi": "2 esteetöntä autopaikkaa",
                "sv": "2 tillgängliga p-platser",
                "en": "2 accessible parking spaces"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "@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": "2024-04-19T05:09:51.625014Z",
            "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
                ]
            },
            "street_address": {
                "fi": "Simonkylän koulu",
                "sv": "Simonkylän koulu",
                "en": "Simonkylän koulu"
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Esteetön pysäköintialue Simonkylän koulu",
                "sv": "Obehindrad parkeringsplats Simonkylän koulu",
                "en": "Unrestrained car park Simonkylän koulu"
            },
            "description": {
                "fi": "2 esteetöntä autopaikkaa",
                "sv": "2 tillgängliga p-platser",
                "en": "2 accessible parking spaces"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "@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": "2024-04-05T05:09:52.683983Z",
            "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
                ]
            },
            "street_address": {
                "fi": "Sinirikon päiväkoti",
                "sv": "Sinirikon päiväkoti",
                "en": "Sinirikon päiväkoti"
            },
            "telephone": null,
            "info_url": null,
            "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"
            },
            "description": {
                "fi": "1 esteetön autopaikka",
                "sv": "1 tillgänglig p-plats",
                "en": "1 accessible parking space"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74937/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "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": "2024-04-05T05:09:52.215003Z",
            "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
                ]
            },
            "street_address": {
                "fi": "Sinirikontie",
                "sv": "Purpurbräcksvägen",
                "en": "Sinirikontie"
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Esteetön pysäköintialue Sinirikontie",
                "sv": "Obehindrad parkeringsplats Sinirikontie",
                "en": "Unrestrained car park Sinirikontie"
            },
            "description": {
                "fi": "1 esteetön autopaikka",
                "sv": "1 tillgänglig p-plats",
                "en": "1 accessible parking space"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "@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": "2025-09-28T05:10:15.215454Z",
            "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
                ]
            },
            "street_address": {
                "fi": "Sotungintie 19",
                "sv": "Sottungsbyvägen 19",
                "en": "Sotungintie 19"
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Esteetön pysäköintialue Sotungintie 19",
                "sv": "Obehindrad parkeringsplats Sotungintie 19",
                "en": "Unrestrained car park Sotungintie 19"
            },
            "description": {
                "fi": "2 esteetöntä autopaikkaa",
                "sv": "2 tillgängliga p-platser",
                "en": "2 accessible parking spaces"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:78561/?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-04-02T05:09:56.796988Z",
            "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
                ]
            },
            "street_address": {
                "fi": "Suviniitynkuja 2",
                "sv": "Södrikängsgränden 2",
                "en": "Suviniitynkuja 2"
            },
            "telephone": null,
            "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"
            },
            "name": {
                "fi": "Esteetön pysäköintialue Suviniitynkuja",
                "sv": "Obehindrad parkeringplats Suviniitynkuja",
                "en": "Unrestrainedcar park Suviniitynkuja"
            },
            "description": {
                "fi": "1 pysäköintipaikkaa",
                "sv": "1 parkeringplatser",
                "en": "1 parking spaces"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:68291/?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-04-02T05:09:56.760941Z",
            "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
                ]
            },
            "street_address": {
                "fi": "Suviniitynkuja 3",
                "sv": "Södrikängsgränden 3",
                "en": "Suviniitynkuja 3"
            },
            "telephone": null,
            "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"
            },
            "name": {
                "fi": "Esteetön pysäköintialue Suviniitynkuja",
                "sv": "Obehindrad parkeringplats Suviniitynkuja",
                "en": "Unrestrainedcar park Suviniitynkuja"
            },
            "description": {
                "fi": "1 pysäköintipaikkaa",
                "sv": "1 parkeringplatser",
                "en": "1 parking spaces"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:68290/?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": "2025-06-26T05:09:45.463818Z",
            "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
                ]
            },
            "street_address": {
                "fi": "Tavitie",
                "sv": "Krickvägen",
                "en": "Tavitie"
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Esteetön pysäköintialue Tavitie",
                "sv": "Obehindrad parkeringsplats Tavitie",
                "en": "Unrestrained car park Tavitie"
            },
            "description": {
                "fi": "2 esteetöntä autopaikkaa",
                "sv": "2 tillgängliga p-platser",
                "en": "2 accessible parking spaces"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74913/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:74879",
            "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.242606Z",
            "last_modified_time": "2024-04-05T05:09:51.242629Z",
            "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.046644,
                    60.29516
                ]
            },
            "street_address": {
                "fi": "Teatterikuja",
                "sv": "Teatergränden",
                "en": "Teatterikuja"
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Esteetön pysäköintialue Teatterikuja",
                "sv": "Obehindrad parkeringsplats Teatterikuja",
                "en": "Unrestrained car park Teatterikuja"
            },
            "description": {
                "fi": "3 esteetöntä autopaikkaa",
                "sv": "3 tillgängliga p-platser",
                "en": "3 accessible parking spaces"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74879/?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-08-12T05:10:15.583520Z",
            "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
                ]
            },
            "street_address": {
                "fi": "Tikasmäentie 34",
                "sv": "Stigabackavägen 34",
                "en": "Tikasmäentie 34"
            },
            "telephone": null,
            "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"
            },
            "name": {
                "fi": "Esteetön pysäköintialue Tikasmäentie",
                "sv": "Obehindrad parkeringplats Tikasmäentie",
                "en": "Unrestrainedcar park Tikasmäentie"
            },
            "description": {
                "fi": "1 pysäköintipaikkaa",
                "sv": "1 parkeringplatser",
                "en": "1 parking spaces"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "@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-08-12T05:10:15.626799Z",
            "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
                ]
            },
            "street_address": {
                "fi": "Tikasmäentie 34",
                "sv": "Stigabackavägen 34",
                "en": "Tikasmäentie 34"
            },
            "telephone": null,
            "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"
            },
            "name": {
                "fi": "Esteetön pysäköintialue Tikasmäentie",
                "sv": "Obehindrad parkeringplats Tikasmäentie",
                "en": "Unrestrainedcar park Tikasmäentie"
            },
            "description": {
                "fi": "1 pysäköintipaikkaa",
                "sv": "1 parkeringplatser",
                "en": "1 parking spaces"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "@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": "2024-04-05T05:09:52.556433Z",
            "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
                ]
            },
            "street_address": {
                "fi": "Tilkuntie",
                "sv": "Tilkuvägen",
                "en": "Tilkuntie"
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Esteetön pysäköintialue Tilkuntie",
                "sv": "Obehindrad parkeringsplats Tilkuntie",
                "en": "Unrestrained car park Tilkuntie"
            },
            "description": {
                "fi": "1 esteetön autopaikka",
                "sv": "1 tillgänglig p-plats",
                "en": "1 accessible parking space"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "@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": "2024-04-05T05:09:52.414224Z",
            "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
                ]
            },
            "street_address": {
                "fi": "Tornimäki",
                "sv": "Tornbacken",
                "en": "Tornimäki"
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Esteetön pysäköintialue Tornimäki",
                "sv": "Obehindrad parkeringsplats Tornimäki",
                "en": "Unrestrained car park Tornimäki"
            },
            "description": {
                "fi": "1 esteetön autopaikka",
                "sv": "1 tillgänglig p-plats",
                "en": "1 accessible parking space"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "@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-04-02T05:10:01.917852Z",
            "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
                ]
            },
            "street_address": {
                "fi": "Luhtatie 30b",
                "sv": "Starrängsvägen 30b",
                "en": "Luhtatie 30b"
            },
            "telephone": null,
            "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"
            },
            "name": {
                "fi": "Esteetön pysäköintialue Tuomarilan viljelypalsta",
                "sv": "Obehindrad parkeringplats Tuomarilan viljelypalsta",
                "en": "Unrestrainedcar park Tuomarilan viljelypalsta"
            },
            "description": {
                "fi": "1 pysäköintipaikkaa",
                "sv": "1 parkeringplatser",
                "en": "1 parking spaces"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "@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": "2025-02-26T06:10:16.940036Z",
            "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
                ]
            },
            "street_address": {
                "fi": "Tuurakuja 2",
                "sv": "Isbillsgränden 2",
                "en": "Tuurakuja 2"
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Esteetön pysäköintialue Tuurakuja 2",
                "sv": "Obehindrad parkeringsplats Tuurakuja 2",
                "en": "Unrestrained car park Tuurakuja 2"
            },
            "description": {
                "fi": "4 esteetöntä autopaikkaa",
                "sv": "4 tillgängliga p-platser",
                "en": "4 accessible parking spaces"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74905/?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-04-02T05:09:58.592699Z",
            "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
                ]
            },
            "street_address": {
                "fi": "Tynnyritie 4",
                "sv": "Tunnvägen 4",
                "en": "Tynnyritie 4"
            },
            "telephone": null,
            "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"
            },
            "name": {
                "fi": "Esteetön pysäköintialue Tynnyritie",
                "sv": "Obehindrad parkeringplats Tynnyritie",
                "en": "Unrestrainedcar park Tynnyritie"
            },
            "description": {
                "fi": "1 pysäköintipaikkaa",
                "sv": "1 parkeringplatser",
                "en": "1 parking spaces"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:68741/?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-04-02T05:10:03.371420Z",
            "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
                ]
            },
            "street_address": {
                "fi": "Tynnyritie 1",
                "sv": "Tunnvägen 1",
                "en": "Tynnyritie 1"
            },
            "telephone": null,
            "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"
            },
            "name": {
                "fi": "Esteetön pysäköintialue Tynnyritie",
                "sv": "Obehindrad parkeringplats Tynnyritie",
                "en": "Unrestrainedcar park Tynnyritie"
            },
            "description": {
                "fi": "3 pysäköintipaikkaa",
                "sv": "3 parkeringplatser",
                "en": "3 parking spaces"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:75776/?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-04-02T05:09:58.627018Z",
            "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
                ]
            },
            "street_address": {
                "fi": "Tynnyritie 6",
                "sv": "Tunnvägen 6",
                "en": "Tynnyritie 6"
            },
            "telephone": null,
            "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"
            },
            "name": {
                "fi": "Esteetön pysäköintialue Tynnyritie",
                "sv": "Obehindrad parkeringplats Tynnyritie",
                "en": "Unrestrainedcar park Tynnyritie"
            },
            "description": {
                "fi": "1 pysäköintipaikkaa",
                "sv": "1 parkeringplatser",
                "en": "1 parking spaces"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:68742/?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-07-03T05:10:16.416194Z",
            "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
                ]
            },
            "street_address": {
                "fi": "Tähystäjänkatu 5",
                "sv": "Utkiksgatan 5",
                "en": "Tähystäjänkatu 5"
            },
            "telephone": null,
            "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"
            },
            "name": {
                "fi": "Esteetön pysäköintialue Ulappapolku",
                "sv": "Obehindrad parkeringplats Ulappapolku",
                "en": "Unrestrainedcar park Ulappapolku"
            },
            "description": {
                "fi": "1 pysäköintipaikkaa",
                "sv": "1 parkeringplatser",
                "en": "1 parking spaces"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:77934/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}