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

{
    "meta": {
        "count": 151421,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=42&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=40&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:71554",
            "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:52.619296Z",
            "last_modified_time": "2024-02-06T14:10:37.257435Z",
            "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.687017,
                    60.068455
                ]
            },
            "street_address": {
                "fi": "Käräjäkatu 1",
                "sv": "Tingsgatan 1",
                "en": "Käräjäkatu 1"
            },
            "info_url": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Käräjäkatu 1",
                "sv": "Regional insamlingsplats, Käräjäkatu 1",
                "en": "Regional collection point, Käräjäkatu 1"
            },
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71554/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71557",
            "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:53.018323Z",
            "last_modified_time": "2024-02-06T14:10:37.322160Z",
            "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.686756,
                    60.067112
                ]
            },
            "street_address": {
                "fi": "Käräjäkatu-Alsätrankatu",
                "en": "Käräjäkatu-Alsätrankatu"
            },
            "info_url": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Käräjäkatu-Alsätrankatu",
                "sv": "Regional insamlingsplats, Käräjäkatu-Alsätrankatu",
                "en": "Regional collection point, Käräjäkatu-Alsätrankatu"
            },
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71557/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71558",
            "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:53.146710Z",
            "last_modified_time": "2024-02-06T14:10:37.358908Z",
            "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.682747,
                    60.067467
                ]
            },
            "street_address": {
                "fi": "Käräjäkatu- Fagervikintie",
                "en": "Käräjäkatu- Fagervikintie"
            },
            "info_url": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Käräjäkatu- Fagervikintie",
                "sv": "Regional insamlingsplats, Käräjäkatu- Fagervikintie",
                "en": "Regional collection point, Käräjäkatu- Fagervikintie"
            },
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71558/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71470",
            "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:35.976647Z",
            "last_modified_time": "2024-02-06T14:10:35.607389Z",
            "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.639168,
                    60.079082
                ]
            },
            "street_address": {
                "fi": "Käärmetie-Harjunpääntie",
                "en": "Käärmetie-Harjunpääntie"
            },
            "info_url": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Käärmetie-Harjunpääntie",
                "sv": "Regional insamlingsplats, Käärmetie-Harjunpääntie",
                "en": "Regional collection point, Käärmetie-Harjunpääntie"
            },
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71470/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:70940",
            "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:08.860427Z",
            "last_modified_time": "2024-02-06T14:10:25.644172Z",
            "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.601915,
                    60.48776
                ]
            },
            "street_address": {
                "fi": "Kölinmäentie 15",
                "sv": "Kölinmäentie 15",
                "en": "Kölinmäentie 15"
            },
            "info_url": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Kölinmäentie 15",
                "sv": "Regional insamlingsplats, Kölinmäentie 15",
                "en": "Regional collection point, Kölinmäentie 15"
            },
            "address_locality": {
                "fi": "Nurmijärvi",
                "sv": "Nurmijärvi",
                "en": "Nurmijärvi"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:70940/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:77639",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:kirkkonummi",
                    "municipality": null,
                    "name": {
                        "fi": "Kirkkonummi",
                        "sv": "Kyrkslätt"
                    }
                }
            ],
            "created_time": "2025-05-22T05:09:50.718292Z",
            "last_modified_time": "2025-05-22T05:09:50.718304Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02400",
            "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.484571,
                    60.1296
                ]
            },
            "street_address": {
                "fi": "Laajakalliontausta 2",
                "sv": "Bredbergsfonden 2",
                "en": "Laajakalliontausta 2"
            },
            "info_url": null,
            "name": {
                "fi": "ALUEELLINEN KERÄYSPISTE, Laajakalliontausta 2",
                "sv": "ALUEELLINEN KERÄYSPISTE, Laajakalliontausta 2",
                "en": "ALUEELLINEN KERÄYSPISTE, Laajakalliontausta 2"
            },
            "address_locality": {
                "fi": "Kirkkonummi",
                "sv": "Kyrkslätt",
                "en": "Kirkkonummi"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:77639/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:61078",
            "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:09.350254Z",
            "last_modified_time": "2024-10-11T05:10:03.251228Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02730",
            "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.767609,
                    60.24817
                ]
            },
            "street_address": {
                "fi": "Laaksolahdentie 43 / Veininkatu",
                "sv": "Dalsvikvägen 43 / Veininkatu",
                "en": "Laaksolahdentie 43 / Veininkatu"
            },
            "info_url": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Laaksolahdentie 43 / Veininkatu",
                "sv": "Regional insamlingsplats, Laaksolahdentie 43 / Veininkatu",
                "en": "Regional collection point, Laaksolahdentie 43 / Veininkatu"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61078/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:61343",
            "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:10.910670Z",
            "last_modified_time": "2024-02-06T13:17:32.664131Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02720",
            "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.745243,
                    60.239132
                ]
            },
            "street_address": {
                "fi": "Laaksolahdentie / Tapionportti",
                "en": "Laaksolahdentie / Tapionportti"
            },
            "info_url": null,
            "name": {
                "fi": "alueellinen keräyspiste, Laaksolahdentie / Tapionportti",
                "sv": "alueellinen keräyspiste, Laaksolahdentie / Tapionportti",
                "en": "alueellinen keräyspiste, Laaksolahdentie / Tapionportti"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61343/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:70968",
            "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.315164Z",
            "last_modified_time": "2024-02-06T14:10:26.204518Z",
            "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.279911,
                    60.379265
                ]
            },
            "street_address": {
                "fi": "Laaksosuontie 67",
                "sv": "Dalskärrsvägen 67",
                "en": "Laaksosuontie 67"
            },
            "info_url": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Laaksosuontie 67",
                "sv": "Regional insamlingsplats, Laaksosuontie 67",
                "en": "Regional collection point, Laaksosuontie 67"
            },
            "address_locality": {
                "fi": "Sipoo",
                "sv": "Sibbo",
                "en": "Sipoo"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:70968/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:60987",
            "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:45.502744Z",
            "last_modified_time": "2024-02-06T13:17:23.476156Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01390",
            "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.014048,
                    60.315567
                ]
            },
            "street_address": {
                "fi": "Laaksotie 1 / Simonkyläntie",
                "sv": "Dalvägen 1 / Simonkyläntie",
                "en": "Laaksotie 1 / Simonkyläntie"
            },
            "info_url": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Laaksotie 1 / Simonkyläntie",
                "sv": "Regional insamlingsplats, Laaksotie 1 / Simonkyläntie",
                "en": "Regional collection point, Laaksotie 1 / Simonkyläntie"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:60987/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:61359",
            "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:13.678014Z",
            "last_modified_time": "2024-02-06T13:17:33.009663Z",
            "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.766813,
                    60.164024
                ]
            },
            "street_address": {
                "fi": "Lahnatie / Kampelatie",
                "en": "Lahnatie / Kampelatie"
            },
            "info_url": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Lahnatie / Kampelatie",
                "sv": "Regional insamlingsplats, Lahnatie / Kampelatie",
                "en": "Regional collection point, Lahnatie / Kampelatie"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61359/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:70921",
            "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:05.747437Z",
            "last_modified_time": "2024-02-06T14:10:25.269562Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01840",
            "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.751617,
                    60.3664
                ]
            },
            "street_address": {
                "fi": "Lahnuksentie 20",
                "sv": "Lahnuksentie 20",
                "en": "Lahnuksentie 20"
            },
            "info_url": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Lahnuksentie 20",
                "sv": "Regional insamlingsplats, Lahnuksentie 20",
                "en": "Regional collection point, Lahnuksentie 20"
            },
            "address_locality": {
                "fi": "Nurmijärvi",
                "sv": "Nurmijärvi",
                "en": "Nurmijärvi"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:70921/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:70935",
            "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:08.298104Z",
            "last_modified_time": "2024-02-06T14:10:25.556285Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01900",
            "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.830866,
                    60.474747
                ]
            },
            "street_address": {
                "fi": "Laiduntie",
                "sv": "Laiduntie",
                "en": "Laiduntie"
            },
            "info_url": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Laiduntie",
                "sv": "Regional insamlingsplats, Laiduntie",
                "en": "Regional collection point, Laiduntie"
            },
            "address_locality": {
                "fi": "Nurmijärvi",
                "sv": "Nurmijärvi",
                "en": "Nurmijärvi"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:70935/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:70920",
            "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:05.607533Z",
            "last_modified_time": "2024-02-06T14:10:25.249107Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01900",
            "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.822973,
                    60.474953
                ]
            },
            "street_address": {
                "fi": "Laiduntie 2 / Raalantie / Jussintie",
                "sv": "Laiduntie 2 / Raalantie / Jussintie",
                "en": "Laiduntie 2 / Raalantie / Jussintie"
            },
            "info_url": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Laiduntie 2 / Raalantie / Jussintie",
                "sv": "Regional insamlingsplats, Laiduntie 2 / Raalantie / Jussintie",
                "en": "Regional collection point, Laiduntie 2 / Raalantie / Jussintie"
            },
            "address_locality": {
                "fi": "Nurmijärvi",
                "sv": "Nurmijärvi",
                "en": "Nurmijärvi"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:70920/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71152",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:kerava",
                    "municipality": null,
                    "name": {
                        "fi": "Kerava",
                        "sv": "Kervo"
                    }
                }
            ],
            "created_time": "2023-08-15T18:12:41.592939Z",
            "last_modified_time": "2024-02-06T14:10:29.497026Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "04220",
            "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.15141,
                    60.42234
                ]
            },
            "street_address": {
                "fi": "Laineentie 178",
                "sv": "Laineentie 178",
                "en": "Laineentie 178"
            },
            "info_url": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Laineentie 178",
                "sv": "Regional insamlingsplats, Laineentie 178",
                "en": "Regional collection point, Laineentie 178"
            },
            "address_locality": {
                "fi": "Kerava",
                "sv": "Kervo",
                "en": "Kerava"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71152/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71350",
            "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:14.597050Z",
            "last_modified_time": "2024-02-06T14:10:33.345196Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "06100",
            "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.655985,
                    60.413982
                ]
            },
            "street_address": {
                "fi": "Lakkapolku 54",
                "sv": "Hjortronstigen 54",
                "en": "Lakkapolku 54"
            },
            "info_url": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Lakkapolku 54",
                "sv": "Regional insamlingsplats, Lakkapolku 54",
                "en": "Regional collection point, Lakkapolku 54"
            },
            "address_locality": {
                "fi": "Porvoo",
                "sv": "Borgå",
                "en": "Porvoo"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71350/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71178",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:kirkkonummi",
                    "municipality": null,
                    "name": {
                        "fi": "Kirkkonummi",
                        "sv": "Kyrkslätt"
                    }
                }
            ],
            "created_time": "2023-08-15T18:12:45.560737Z",
            "last_modified_time": "2024-02-06T14:10:29.969063Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02880",
            "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.438778,
                    60.27218
                ]
            },
            "street_address": {
                "fi": "Lamminpäätie / Allastie",
                "en": "Lamminpäätie / Allastie"
            },
            "info_url": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Lamminpäätie / Allastie",
                "sv": "Regional insamlingsplats, Lamminpäätie / Allastie",
                "en": "Regional collection point, Lamminpäätie / Allastie"
            },
            "address_locality": {
                "fi": "Kirkkonummi",
                "sv": "Kyrkslätt",
                "en": "Kirkkonummi"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71178/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71208",
            "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:50.596986Z",
            "last_modified_time": "2024-02-06T14:10:30.527936Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "08700",
            "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.00007,
                    60.1786
                ]
            },
            "street_address": {
                "fi": "Lappersintie 129",
                "sv": "Lappersvägen 129",
                "en": "Lappersintie 129"
            },
            "info_url": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Lappersintie 129",
                "sv": "Regional insamlingsplats, Lappersintie 129",
                "en": "Regional collection point, Lappersintie 129"
            },
            "address_locality": {
                "fi": "Lohja",
                "sv": "Lojo",
                "en": "Lohja"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71208/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:61042",
            "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:16:59.287083Z",
            "last_modified_time": "2024-02-06T13:17:24.923755Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02780",
            "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.585392,
                    60.18489
                ]
            },
            "street_address": {
                "fi": "Lasitörmä 1",
                "sv": "Glasbranten 1",
                "en": "Lasitörmä 1"
            },
            "info_url": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Lasitörmä 1",
                "sv": "Regional insamlingsplats, Lasitörmä 1",
                "en": "Regional collection point, Lasitörmä 1"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61042/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:61334",
            "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:09.091306Z",
            "last_modified_time": "2024-02-06T13:17:32.499105Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01600",
            "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.835838,
                    60.25945
                ]
            },
            "street_address": {
                "fi": "Lastutie / Rajatorpantie",
                "en": "Lastutie / Rajatorpantie"
            },
            "info_url": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Lastutie / Rajatorpantie",
                "sv": "Regional insamlingsplats, Lastutie / Rajatorpantie",
                "en": "Regional collection point, Lastutie / Rajatorpantie"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61334/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}