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

{
    "meta": {
        "count": 151413,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=38&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=36&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:71586",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:raasepori",
                    "municipality": null,
                    "name": {
                        "fi": "Raasepori",
                        "sv": "Raseborg"
                    }
                }
            ],
            "created_time": "2023-08-15T18:13:58.692025Z",
            "last_modified_time": "2024-02-06T14:10:37.925775Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "10300",
            "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": [
                    23.683123,
                    60.07322
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Kalmistonkatu",
                "sv": "Regional insamlingsplats, Kalmistonkatu",
                "en": "Regional collection point, Kalmistonkatu"
            },
            "info_url": null,
            "street_address": {
                "fi": "Kalmistonkatu",
                "en": "Kalmistonkatu"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71586/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71401",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:porvoo",
                    "municipality": null,
                    "name": {
                        "fi": "Porvoo",
                        "sv": "Borgå"
                    }
                }
            ],
            "created_time": "2023-08-15T18:13:24.674801Z",
            "last_modified_time": "2024-02-06T14:10:34.428369Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "06750",
            "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.588524,
                    60.330173
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Porvoo",
                "sv": "Borgå",
                "en": "Porvoo"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Kanalankuja 6",
                "sv": "Regional insamlingsplats, Kanalankuja 6",
                "en": "Regional collection point, Kanalankuja 6"
            },
            "info_url": null,
            "street_address": {
                "fi": "Kanalankuja 6",
                "en": "Kanalankuja 6"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71401/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71662",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vihti",
                    "municipality": null,
                    "name": {
                        "fi": "Vihti",
                        "sv": "Vichtis"
                    }
                }
            ],
            "created_time": "2023-08-15T18:14:13.224553Z",
            "last_modified_time": "2024-02-06T14:10:39.342319Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "03100",
            "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.323519,
                    60.34244
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Vihti",
                "sv": "Vichtis",
                "en": "Vihti"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Kanervatie 2",
                "sv": "Regional insamlingsplats, Kanervatie 2",
                "en": "Regional collection point, Kanervatie 2"
            },
            "info_url": null,
            "street_address": {
                "fi": "Kanervatie 2",
                "sv": "Kanervatie 2",
                "en": "Kanervatie 2"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71662/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71495",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:raasepori",
                    "municipality": null,
                    "name": {
                        "fi": "Raasepori",
                        "sv": "Raseborg"
                    }
                }
            ],
            "created_time": "2023-08-15T18:13:41.170845Z",
            "last_modified_time": "2024-02-06T14:10:36.075255Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "10420",
            "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": [
                    23.521427,
                    60.09387
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Kapernauminkuja",
                "sv": "Regional insamlingsplats, Kapernauminkuja",
                "en": "Regional collection point, Kapernauminkuja"
            },
            "info_url": null,
            "street_address": {
                "fi": "Kapernauminkuja",
                "sv": "Kapernaumgränd",
                "en": "Kapernauminkuja"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71495/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71481",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:raasepori",
                    "municipality": null,
                    "name": {
                        "fi": "Raasepori",
                        "sv": "Raseborg"
                    }
                }
            ],
            "created_time": "2023-08-15T18:13:37.490299Z",
            "last_modified_time": "2024-02-06T14:10:35.761409Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "10420",
            "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": [
                    23.520426,
                    60.099106
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Kappelitie",
                "sv": "Regional insamlingsplats, Kappelitie",
                "en": "Regional collection point, Kappelitie"
            },
            "info_url": null,
            "street_address": {
                "fi": "Kappelitie",
                "en": "Kappelitie"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71481/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71332",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:loviisa",
                    "municipality": null,
                    "name": {
                        "fi": "Loviisa",
                        "sv": "Lovisa"
                    }
                }
            ],
            "created_time": "2023-08-15T18:13:12.188486Z",
            "last_modified_time": "2024-02-06T14:10:33.053159Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "07900",
            "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": [
                    26.234392,
                    60.446827
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Loviisa",
                "sv": "Lovisa",
                "en": "Loviisa"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Kapteenintie",
                "sv": "Regional insamlingsplats, Kapteenintie",
                "en": "Regional collection point, Kapteenintie"
            },
            "info_url": null,
            "street_address": {
                "fi": "Kapteenintie",
                "sv": "Kaptensvägen",
                "en": "Kapteenintie"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71332/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:70969",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:sipoo",
                    "municipality": null,
                    "name": {
                        "fi": "Sipoo",
                        "sv": "Sibbo"
                    }
                }
            ],
            "created_time": "2023-08-15T18:12:13.447590Z",
            "last_modified_time": "2024-02-06T14:10:26.225850Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "04130",
            "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.248856,
                    60.37789
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Sipoo",
                "sv": "Sibbo",
                "en": "Sipoo"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Karhutie / Repotie",
                "sv": "Regional insamlingsplats, Karhutie / Repotie",
                "en": "Regional collection point, Karhutie / Repotie"
            },
            "info_url": null,
            "street_address": {
                "fi": "Karhutie / Repotie",
                "en": "Karhutie / Repotie"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:70969/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71300",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:lohja",
                    "municipality": null,
                    "name": {
                        "fi": "Lohja",
                        "sv": "Lojo"
                    }
                }
            ],
            "created_time": "2023-08-15T18:13:05.963958Z",
            "last_modified_time": "2024-02-06T14:10:32.335981Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "09120",
            "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": [
                    23.697746,
                    60.227974
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Lohja",
                "sv": "Lojo",
                "en": "Lohja"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Karjalohjantie / Kyrönnokka",
                "sv": "Regional insamlingsplats, Karjalohjantie / Kyrönnokka",
                "en": "Regional collection point, Karjalohjantie / Kyrönnokka"
            },
            "info_url": null,
            "street_address": {
                "fi": "Karjalohjantie / Kyrönnokka",
                "en": "Karjalohjantie / Kyrönnokka"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71300/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:70994",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:sipoo",
                    "municipality": null,
                    "name": {
                        "fi": "Sipoo",
                        "sv": "Sibbo"
                    }
                }
            ],
            "created_time": "2023-08-15T18:12:17.788693Z",
            "last_modified_time": "2024-02-06T14:10:26.766522Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01150",
            "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.328283,
                    60.304012
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Sipoo",
                "sv": "Sibbo",
                "en": "Sipoo"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Karjuhaantie / Juolukanvarsi",
                "sv": "Regional insamlingsplats, Karjuhaantie / Juolukanvarsi",
                "en": "Regional collection point, Karjuhaantie / Juolukanvarsi"
            },
            "info_url": null,
            "street_address": {
                "fi": "Karjuhaantie / Juolukanvarsi",
                "en": "Karjuhaantie / Juolukanvarsi"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:70994/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71250",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:lohja",
                    "municipality": null,
                    "name": {
                        "fi": "Lohja",
                        "sv": "Lojo"
                    }
                }
            ],
            "created_time": "2023-08-15T18:12:57.520789Z",
            "last_modified_time": "2024-02-06T14:10:31.367048Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "08350",
            "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.05549,
                    60.287373
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Lohja",
                "sv": "Lojo",
                "en": "Lohja"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Karnaistentie 206",
                "sv": "Regional insamlingsplats, Karnaistentie 206",
                "en": "Regional collection point, Karnaistentie 206"
            },
            "info_url": null,
            "street_address": {
                "fi": "Karnaistentie 206",
                "sv": "Karnaisvägen 206",
                "en": "Karnaistentie 206"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71250/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71528",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:raasepori",
                    "municipality": null,
                    "name": {
                        "fi": "Raasepori",
                        "sv": "Raseborg"
                    }
                }
            ],
            "created_time": "2023-08-15T18:13:47.502030Z",
            "last_modified_time": "2024-02-06T14:10:36.742406Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "10330",
            "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": [
                    23.65472,
                    60.085167
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Karoliinientie 17",
                "sv": "Regional insamlingsplats, Karoliinientie 17",
                "en": "Regional collection point, Karoliinientie 17"
            },
            "info_url": null,
            "street_address": {
                "fi": "Karoliinientie 17",
                "sv": "Karolinervägen 17",
                "en": "Karoliinientie 17"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71528/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:70948",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:nurmijärvi",
                    "municipality": null,
                    "name": {
                        "fi": "Nurmijärvi",
                        "sv": "Nurmijärvi"
                    }
                }
            ],
            "created_time": "2023-08-15T18:12:10.169573Z",
            "last_modified_time": "2024-02-06T14:10:25.790365Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "05100",
            "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.640514,
                    60.478664
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Nurmijärvi",
                "sv": "Nurmijärvi",
                "en": "Nurmijärvi"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Kassakummuntie",
                "sv": "Regional insamlingsplats, Kassakummuntie",
                "en": "Regional collection point, Kassakummuntie"
            },
            "info_url": null,
            "street_address": {
                "fi": "Kassakummuntie",
                "sv": "Kassakummuntie",
                "en": "Kassakummuntie"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:70948/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:61333",
            "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": "2023-08-15T15:18:08.575978Z",
            "last_modified_time": "2024-02-06T13:17:32.468131Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01760",
            "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.876778,
                    60.34739
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Katriinantie / Knaapinkuja",
                "sv": "Regional insamlingsplats, Katriinantie / Knaapinkuja",
                "en": "Regional collection point, Katriinantie / Knaapinkuja"
            },
            "info_url": null,
            "street_address": {
                "fi": "Katriinantie / Knaapinkuja",
                "en": "Katriinantie / Knaapinkuja"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61333/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71238",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:lohja",
                    "municipality": null,
                    "name": {
                        "fi": "Lohja",
                        "sv": "Lojo"
                    }
                }
            ],
            "created_time": "2023-08-15T18:12:55.487756Z",
            "last_modified_time": "2024-02-06T14:10:31.110442Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "09220",
            "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": [
                    23.83855,
                    60.311283
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Lohja",
                "sv": "Lojo",
                "en": "Lohja"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Kaukolantie / Karjalohjantie",
                "sv": "Regional insamlingsplats, Kaukolantie / Karjalohjantie",
                "en": "Regional collection point, Kaukolantie / Karjalohjantie"
            },
            "info_url": null,
            "street_address": {
                "fi": "Kaukolantie / Karjalohjantie",
                "en": "Kaukolantie / Karjalohjantie"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71238/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71497",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:raasepori",
                    "municipality": null,
                    "name": {
                        "fi": "Raasepori",
                        "sv": "Raseborg"
                    }
                }
            ],
            "created_time": "2023-08-15T18:13:41.444536Z",
            "last_modified_time": "2024-02-06T14:10:36.114440Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "10440",
            "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": [
                    23.532465,
                    60.10459
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Keijukuja-Vanha Fiskarsintie",
                "sv": "Regional insamlingsplats, Keijukuja-Vanha Fiskarsintie",
                "en": "Regional collection point, Keijukuja-Vanha Fiskarsintie"
            },
            "info_url": null,
            "street_address": {
                "fi": "Keijukuja-Vanha Fiskarsintie",
                "en": "Keijukuja-Vanha Fiskarsintie"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71497/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71030",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:hyvinkää",
                    "municipality": null,
                    "name": {
                        "fi": "Hyvinkää",
                        "sv": "Hyvinge"
                    }
                }
            ],
            "created_time": "2023-08-15T18:12:23.148459Z",
            "last_modified_time": "2024-02-06T14:10:27.417994Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "05800",
            "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.844202,
                    60.649284
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Hyvinkää",
                "sv": "Hyvinge",
                "en": "Hyvinkää"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Kerkkolankatu 24",
                "sv": "Regional insamlingsplats, Kerkkolankatu 24",
                "en": "Regional collection point, Kerkkolankatu 24"
            },
            "info_url": null,
            "street_address": {
                "fi": "Kerkkolankatu 24",
                "sv": "Kerkkolankatu 24",
                "en": "Kerkkolankatu 24"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71030/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:60907",
            "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": "2023-08-15T15:16:22.668318Z",
            "last_modified_time": "2024-02-06T13:17:21.210511Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01760",
            "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.910084,
                    60.358524
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Kesäkyläntie, kääntöpaikka",
                "sv": "Regional insamlingsplats, Kesäkyläntie, kääntöpaikka",
                "en": "Regional collection point, Kesäkyläntie, kääntöpaikka"
            },
            "info_url": null,
            "street_address": {
                "fi": "Kesäkyläntie, kääntöpaikka",
                "sv": "Sommarbovägen, kääntöpaikka",
                "en": "Kesäkyläntie, kääntöpaikka"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:60907/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71260",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:lohja",
                    "municipality": null,
                    "name": {
                        "fi": "Lohja",
                        "sv": "Lojo"
                    }
                }
            ],
            "created_time": "2023-08-15T18:12:59.695644Z",
            "last_modified_time": "2024-02-06T14:10:31.601564Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "09120",
            "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": [
                    23.759892,
                    60.26407
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Lohja",
                "sv": "Lojo",
                "en": "Lohja"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Kesälahdentie 1 / Sammatintie 69",
                "sv": "Regional insamlingsplats, Kesälahdentie 1 / Sammatintie 69",
                "en": "Regional collection point, Kesälahdentie 1 / Sammatintie 69"
            },
            "info_url": null,
            "street_address": {
                "fi": "Kesälahdentie 1 / Sammatintie 69",
                "sv": "Kesälahdentie 1 / Sammatintie 69",
                "en": "Kesälahdentie 1 / Sammatintie 69"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71260/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:61074",
            "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-15T15:17:07.589158Z",
            "last_modified_time": "2024-02-06T13:17:25.789550Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02170",
            "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.77884,
                    60.164524
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Kiiskitie 10",
                "sv": "Regional insamlingsplats, Kiiskitie 10",
                "en": "Regional collection point, Kiiskitie 10"
            },
            "info_url": null,
            "street_address": {
                "fi": "Kiiskitie 10",
                "sv": "Gersvägen 10",
                "en": "Kiiskitie 10"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61074/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:61368",
            "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-15T15:18:16.186495Z",
            "last_modified_time": "2024-02-06T13:17:33.237158Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02660",
            "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.82154,
                    60.234684
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Kirkkalanportti / Linnuntie",
                "sv": "Regional insamlingsplats, Kirkkalanportti / Linnuntie",
                "en": "Regional collection point, Kirkkalanportti / Linnuntie"
            },
            "info_url": null,
            "street_address": {
                "fi": "Kirkkalanportti / Linnuntie",
                "en": "Kirkkalanportti / Linnuntie"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61368/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}