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=205&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=206&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=204&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:62364",
            "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:15.090726Z",
            "last_modified_time": "2025-04-02T05:09:51.074755Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02600",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.804293,
                    60.217377
                ]
            },
            "street_address": {
                "fi": "Leppävaarankatu 17",
                "sv": "Albergagatan 17",
                "en": "Leppävaarankatu 17"
            },
            "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 Olkiportti",
                "sv": "Obehindrad parkeringplats Olkiportti",
                "en": "Unrestrainedcar park Olkiportti"
            },
            "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:62364/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:74916",
            "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.166036Z",
            "last_modified_time": "2024-04-05T05:09:52.166050Z",
            "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.076773,
                    60.33579
                ]
            },
            "street_address": {
                "fi": "Oskarintie",
                "sv": "Oskarvägen",
                "en": "Oskarintie"
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Esteetön pysäköintialue Oskarintie",
                "sv": "Obehindrad parkeringsplats Oskarintie",
                "en": "Unrestrained car park Oskarintie"
            },
            "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:74916/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:74919",
            "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.242860Z",
            "last_modified_time": "2025-02-28T06:10:14.924127Z",
            "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.854727,
                    60.260582
                ]
            },
            "street_address": {
                "fi": "Paalukylänpolku",
                "sv": "Pålbystigen",
                "en": "Paalukylänpolku"
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Esteetön pysäköintialue Paalukylänpolku",
                "sv": "Obehindrad parkeringsplats Paalukylänpolku",
                "en": "Unrestrained car park Paalukylänpolku"
            },
            "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:74919/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:62596",
            "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:46.494589Z",
            "last_modified_time": "2025-04-02T05:09:52.848938Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02600",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.809464,
                    60.21511
                ]
            },
            "street_address": {
                "fi": "Parkvillanpolku 4",
                "sv": "Parkvillastigen 4",
                "en": "Parkvillanpolku 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 Parkvillanpiha",
                "sv": "Obehindrad parkeringplats Parkvillanpiha",
                "en": "Unrestrainedcar park Parkvillanpiha"
            },
            "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:62596/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:74944",
            "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.855871Z",
            "last_modified_time": "2025-02-28T06:10:15.092581Z",
            "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.851543,
                    60.272747
                ]
            },
            "street_address": {
                "fi": "Patotien päiväkoti, Patotie 8",
                "sv": "Patotien päiväkoti, Patotie 8",
                "en": "Patotien päiväkoti, Patotie 8"
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Esteetön pysäköintialue Patotien päiväkoti, Patotie 8",
                "sv": "Obehindrad parkeringsplats Patotien päiväkoti, Patotie 8",
                "en": "Unrestrained car park Patotien päiväkoti, Patotie 8"
            },
            "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:74944/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67803",
            "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:26:47.379802Z",
            "last_modified_time": "2025-04-02T05:09:56.079147Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02650",
            "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.82875,
                    60.220997
                ]
            },
            "street_address": {
                "fi": "Patruunakatu 8",
                "sv": "Patrongatan 8",
                "en": "Patruunakatu 8"
            },
            "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 Patruunakatu",
                "sv": "Obehindrad parkeringplats Patruunakatu",
                "en": "Unrestrainedcar park Patruunakatu"
            },
            "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:67803/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:74865",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2024-04-05T05:09:50.871650Z",
            "last_modified_time": "2024-04-05T05:09:50.871665Z",
            "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.060251,
                    60.324493
                ]
            },
            "street_address": {
                "fi": "Peijaksentie 60",
                "sv": "Pejasvägen 60",
                "en": "Peijaksentie 60"
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Esteetön pysäköintialue Peijaksentie 60",
                "sv": "Obehindrad parkeringsplats Peijaksentie 60",
                "en": "Unrestrained car park Peijaksentie 60"
            },
            "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:74865/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:75143",
            "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.089665Z",
            "last_modified_time": "2024-05-01T05:09:58.089680Z",
            "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.02673,
                    60.297737
                ]
            },
            "street_address": {
                "fi": "Peltolan päiväkoti, Lummetie 27",
                "sv": "Peltolan päiväkoti, Lummetie 27",
                "en": "Peltolan päiväkoti, Lummetie 27"
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Esteetön pysäköintialue Peltolan päiväkoti, Lummetie 27",
                "sv": "Obehindrad parkeringsplats Peltolan päiväkoti, Lummetie 27",
                "en": "Unrestrained car park Peltolan päiväkoti, Lummetie 27"
            },
            "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:75143/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:74925",
            "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.391098Z",
            "last_modified_time": "2024-04-05T05:09:52.391112Z",
            "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.031097,
                    60.29371
                ]
            },
            "street_address": {
                "fi": "Peltolantie",
                "sv": "Peltolavägen",
                "en": "Peltolantie"
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Esteetön pysäköintialue Peltolantie",
                "sv": "Obehindrad parkeringsplats Peltolantie",
                "en": "Unrestrained car park Peltolantie"
            },
            "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:74925/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:74885",
            "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.398451Z",
            "last_modified_time": "2024-04-05T05:09:51.398466Z",
            "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.029911,
                    60.293
                ]
            },
            "street_address": {
                "fi": "Peltolantori",
                "sv": "Peltolatorget",
                "en": "Peltolantori"
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Esteetön pysäköintialue Peltolantori",
                "sv": "Obehindrad parkeringsplats Peltolantori",
                "en": "Unrestrained car park Peltolantori"
            },
            "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:74885/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:74884",
            "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.372000Z",
            "last_modified_time": "2024-04-05T05:09:51.372016Z",
            "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.02972,
                    60.293446
                ]
            },
            "street_address": {
                "fi": "Peltolantori",
                "sv": "Peltolatorget",
                "en": "Peltolantori"
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Esteetön pysäköintialue Peltolantori",
                "sv": "Obehindrad parkeringsplats Peltolantori",
                "en": "Unrestrained car park Peltolantori"
            },
            "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:74884/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:62668",
            "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:56.721530Z",
            "last_modified_time": "2025-04-02T05:09:53.339013Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02600",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.830034,
                    60.216328
                ]
            },
            "street_address": {
                "fi": "Perilänkuja 4",
                "sv": "Perilägränden 4",
                "en": "Perilänkuja 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 Perilänkuja",
                "sv": "Obehindrad parkeringplats Perilänkuja",
                "en": "Unrestrainedcar park Perilänkuja"
            },
            "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:62668/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:62669",
            "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:56.899200Z",
            "last_modified_time": "2025-04-02T05:09:53.367633Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02600",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.832096,
                    60.21628
                ]
            },
            "street_address": {
                "fi": "Perilänniitty 2",
                "sv": "Periläängen 2",
                "en": "Perilänniitty 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 Perilänniitty",
                "sv": "Obehindrad parkeringplats Perilänniitty",
                "en": "Unrestrainedcar park Perilänniitty"
            },
            "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:62669/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:69118",
            "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:15:41.325195Z",
            "last_modified_time": "2025-06-19T06:10:09.498075Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02600",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.82877,
                    60.21143
                ]
            },
            "street_address": {
                "fi": "Itsehallintotie 12",
                "sv": "Självstyrelsevägen 12",
                "en": "Itsehallintotie 12"
            },
            "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 Perkkaanniitty",
                "sv": "Obehindrad parkeringplats Perkkaanniitty",
                "en": "Unrestrainedcar park Perkkaanniitty"
            },
            "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:69118/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:69117",
            "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:15:41.187849Z",
            "last_modified_time": "2025-06-19T06:10:09.452192Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02600",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.828896,
                    60.211452
                ]
            },
            "street_address": {
                "fi": "Itsehallintotie 12",
                "sv": "Självstyrelsevägen 12",
                "en": "Itsehallintotie 12"
            },
            "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 Perkkaanniitty",
                "sv": "Obehindrad parkeringplats Perkkaanniitty",
                "en": "Unrestrainedcar park Perkkaanniitty"
            },
            "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:69117/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:76903",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2025-02-28T06:10:16.931212Z",
            "last_modified_time": "2025-02-28T06:10:16.931229Z",
            "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.075727,
                    60.352615
                ]
            },
            "street_address": {
                "fi": "Pesäpuun päiväkoti, Merikotkantie 8",
                "sv": "Pesäpuun päiväkoti, Merikotkantie 8",
                "en": "Pesäpuun päiväkoti, Merikotkantie 8"
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Esteetön pysäköintialue Pesäpuun päiväkoti, Merikotkantie 8",
                "sv": "Obehindrad parkeringsplats Pesäpuun päiväkoti, Merikotkantie 8",
                "en": "Unrestrained car park Pesäpuun päiväkoti, Merikotkantie 8"
            },
            "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:76903/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:76911",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2025-02-28T06:10:17.286157Z",
            "last_modified_time": "2025-02-28T06:10:17.286171Z",
            "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.8186,
                    60.28815
                ]
            },
            "street_address": {
                "fi": "Petikon luontovirkistysalue, Tallimäentie 10",
                "sv": "Petikon luontovirkistysalue, Tallimäentie 10",
                "en": "Petikon luontovirkistysalue, Tallimäentie 10"
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Esteetön pysäköintialue Petikon luontovirkistysalue, Tallimäentie 10",
                "sv": "Obehindrad parkeringsplats Petikon luontovirkistysalue, Tallimäentie 10",
                "en": "Unrestrained car park Petikon luontovirkistysalue, Tallimäentie 10"
            },
            "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:76911/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:62384",
            "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:17.525693Z",
            "last_modified_time": "2025-04-02T05:09:51.260340Z",
            "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.739819,
                    60.16133
                ]
            },
            "street_address": {
                "fi": "Piispansilta 17",
                "sv": "Biskopsbron 17",
                "en": "Piispansilta 17"
            },
            "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 Piispansilta",
                "sv": "Obehindrad parkeringplats Piispansilta",
                "en": "Unrestrainedcar park Piispansilta"
            },
            "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:62384/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:74907",
            "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.942043Z",
            "last_modified_time": "2025-02-28T06:10:14.849670Z",
            "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.855867,
                    60.260284
                ]
            },
            "street_address": {
                "fi": "Punamultakuja 3",
                "sv": "Rödmyllegränden 3",
                "en": "Punamultakuja 3"
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Esteetön pysäköintialue Punamultakuja 3",
                "sv": "Obehindrad parkeringsplats Punamultakuja 3",
                "en": "Unrestrained car park Punamultakuja 3"
            },
            "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:74907/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:74906",
            "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.918215Z",
            "last_modified_time": "2025-02-28T06:10:14.818797Z",
            "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.855143,
                    60.260857
                ]
            },
            "street_address": {
                "fi": "Punamultapolku 7",
                "sv": "Rödmyllestigen 7",
                "en": "Punamultapolku 7"
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Esteetön pysäköintialue Punamultapolku 7",
                "sv": "Obehindrad parkeringsplats Punamultapolku 7",
                "en": "Unrestrained car park Punamultapolku 7"
            },
            "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:74906/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}