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

{
    "meta": {
        "count": 151434,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=55&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=53&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:71515",
            "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:45.242608Z",
            "last_modified_time": "2024-02-06T14:10:36.500573Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "10470",
            "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.55285,
                    60.130333
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "street_address": {
                "fi": "Valimontie-Opintie",
                "en": "Valimontie-Opintie"
            },
            "description": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Valimontie-Opintie",
                "sv": "Regional insamlingsplats, Valimontie-Opintie",
                "en": "Regional collection point, Valimontie-Opintie"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71515/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:70894",
            "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:12:02.062032Z",
            "last_modified_time": "2024-02-06T14:10:24.801232Z",
            "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.2195,
                    60.460014
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Loviisa",
                "sv": "Lovisa",
                "en": "Loviisa"
            },
            "street_address": {
                "fi": "Vallikatu 16",
                "sv": "Vallgatan 16",
                "en": "Vallikatu 16"
            },
            "description": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Vallikatu 16",
                "sv": "Regional insamlingsplats, Vallikatu 16",
                "en": "Regional collection point, Vallikatu 16"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:70894/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:60901",
            "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:21.586618Z",
            "last_modified_time": "2024-02-06T13:17:21.022636Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01350",
            "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.029364,
                    60.309006
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "street_address": {
                "fi": "Vanamontie 11",
                "sv": "Linneavägen 11",
                "en": "Vanamontie 11"
            },
            "description": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Vanamontie 11",
                "sv": "Regional insamlingsplats, Vanamontie 11",
                "en": "Regional collection point, Vanamontie 11"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:60901/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71207",
            "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.469650Z",
            "last_modified_time": "2024-02-06T14:10:30.510171Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "08680",
            "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.186674,
                    60.285503
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Lohja",
                "sv": "Lojo",
                "en": "Lohja"
            },
            "street_address": {
                "fi": "Vanhamuijalantie / Muijalannummentie",
                "en": "Vanhamuijalantie / Muijalannummentie"
            },
            "description": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Vanhamuijalantie / Muijalannummentie",
                "sv": "Regional insamlingsplats, Vanhamuijalantie / Muijalannummentie",
                "en": "Regional collection point, Vanhamuijalantie / Muijalannummentie"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71207/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71339",
            "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:13.661122Z",
            "last_modified_time": "2024-02-06T14:10:33.204253Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "07920",
            "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.230623,
                    60.43948
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Loviisa",
                "sv": "Lovisa",
                "en": "Loviisa"
            },
            "street_address": {
                "fi": "Vanha Sahatie",
                "en": "Vanha Sahatie"
            },
            "description": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Vanha Sahatie",
                "sv": "Regional insamlingsplats, Vanha Sahatie",
                "en": "Regional collection point, Vanha Sahatie"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71339/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:61407",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:tapaninvainio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tapaninvainio",
                        "sv": "Staffansslätten"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:tapaninkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tapaninkylä",
                        "sv": "Staffansby"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T15:18:26.184466Z",
            "last_modified_time": "2024-02-06T13:17:34.250719Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00730",
            "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.005758,
                    60.26177
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "street_address": {
                "fi": "Vanha Tapanilantie/Länsirinnetie",
                "en": "Vanha Tapanilantie/Länsirinnetie"
            },
            "description": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Vanha Tapanilantie/Länsirinnetie",
                "sv": "Regional insamlingsplats, Vanha Tapanilantie/Länsirinnetie",
                "en": "Regional collection point, Vanha Tapanilantie/Länsirinnetie"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61407/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71509",
            "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:43.703721Z",
            "last_modified_time": "2024-02-06T14:10:36.381197Z",
            "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.555136,
                    60.099873
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "street_address": {
                "fi": "Vanha Turuntie",
                "sv": "Gamla Åbovägen",
                "en": "Vanha Turuntie"
            },
            "description": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Vanha Turuntie",
                "sv": "Regional insamlingsplats, Vanha Turuntie",
                "en": "Regional collection point, Vanha Turuntie"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71509/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71508",
            "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:43.568944Z",
            "last_modified_time": "2024-02-06T14:10:36.337735Z",
            "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.546572,
                    60.099327
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "street_address": {
                "fi": "Vanha Turuntie 26",
                "sv": "Gamla Åbovägen 26",
                "en": "Vanha Turuntie 26"
            },
            "description": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Vanha Turuntie 26",
                "sv": "Regional insamlingsplats, Vanha Turuntie 26",
                "en": "Regional collection point, Vanha Turuntie 26"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71508/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:61279",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:kauniainen",
                    "municipality": null,
                    "name": {
                        "fi": "Kauniainen",
                        "sv": "Grankulla"
                    }
                }
            ],
            "created_time": "2023-08-15T15:17:54.813317Z",
            "last_modified_time": "2024-02-06T13:17:30.895715Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02700",
            "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.698065,
                    60.221245
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Kauniainen",
                "sv": "Grankulla",
                "en": "Kauniainen"
            },
            "street_address": {
                "fi": "Vanha Turuntie 42",
                "sv": "Gamla Åbovägen 42",
                "en": "Vanha Turuntie 42"
            },
            "description": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Vanha Turuntie 42",
                "sv": "Regional insamlingsplats, Vanha Turuntie 42",
                "en": "Regional collection point, Vanha Turuntie 42"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61279/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:70893",
            "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:12:01.937662Z",
            "last_modified_time": "2024-02-06T14:10:24.782229Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "07700",
            "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.243418,
                    60.462753
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Loviisa",
                "sv": "Lovisa",
                "en": "Loviisa"
            },
            "street_address": {
                "fi": "Vanha Viipurintie",
                "sv": "Gamla Viborgsvägen",
                "en": "Vanha Viipurintie"
            },
            "description": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Vanha Viipurintie",
                "sv": "Regional insamlingsplats, Vanha Viipurintie",
                "en": "Regional collection point, Vanha Viipurintie"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:70893/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:61100",
            "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:14.803769Z",
            "last_modified_time": "2024-02-06T13:17:26.510916Z",
            "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.612574,
                    60.18266
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "street_address": {
                "fi": "Vantinkulma 1",
                "sv": "Fantshörnan 1",
                "en": "Vantinkulma 1"
            },
            "description": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Vantinkulma 1",
                "sv": "Regional insamlingsplats, Vantinkulma 1",
                "en": "Regional collection point, Vantinkulma 1"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61100/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:61297",
            "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:17:59.111730Z",
            "last_modified_time": "2024-02-06T13:17:31.373361Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01660",
            "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.816116,
                    60.26679
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "street_address": {
                "fi": "Varistonkuja / Varistontie",
                "en": "Varistonkuja / Varistontie"
            },
            "description": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Varistonkuja / Varistontie",
                "sv": "Regional insamlingsplats, Varistonkuja / Varistontie",
                "en": "Regional collection point, Varistonkuja / Varistontie"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61297/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:60951",
            "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:34.998778Z",
            "last_modified_time": "2024-02-06T13:17:22.403924Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01450",
            "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.06969,
                    60.36734
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "street_address": {
                "fi": "Varpusenkuja 4",
                "sv": "Sparvgränden 4",
                "en": "Varpusenkuja 4"
            },
            "description": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Varpusenkuja 4",
                "sv": "Regional insamlingsplats, Varpusenkuja 4",
                "en": "Regional collection point, Varpusenkuja 4"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:60951/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:61060",
            "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:04.894118Z",
            "last_modified_time": "2024-02-06T13:17:25.513494Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02630",
            "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.779633,
                    60.21203
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "street_address": {
                "fi": "Vasamatie 20 / Keihäsrinne",
                "sv": "Skäktvägen 20 / Keihäsrinne",
                "en": "Vasamatie 20 / Keihäsrinne"
            },
            "description": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Vasamatie 20 / Keihäsrinne",
                "sv": "Regional insamlingsplats, Vasamatie 20 / Keihäsrinne",
                "en": "Regional collection point, Vasamatie 20 / Keihäsrinne"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61060/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:70966",
            "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:12:13.062313Z",
            "last_modified_time": "2024-02-06T14:10:26.161452Z",
            "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.660503,
                    60.082767
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "street_address": {
                "fi": "Vasarasepäntie",
                "sv": "Hammarsmedsvägen",
                "en": "Vasarasepäntie"
            },
            "description": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Vasarasepäntie",
                "sv": "Regional insamlingsplats, Vasarasepäntie",
                "en": "Regional collection point, Vasarasepäntie"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:70966/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:61288",
            "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:17:56.399008Z",
            "last_modified_time": "2024-02-06T13:17:31.084570Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01610",
            "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.881893,
                    60.265957
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "street_address": {
                "fi": "Vaskivuorentie / Vantaanlaaksontie",
                "en": "Vaskivuorentie / Vantaanlaaksontie"
            },
            "description": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Vaskivuorentie / Vantaanlaaksontie",
                "sv": "Regional insamlingsplats, Vaskivuorentie / Vantaanlaaksontie",
                "en": "Regional collection point, Vaskivuorentie / Vantaanlaaksontie"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61288/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71317",
            "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:09.299681Z",
            "last_modified_time": "2024-02-06T14:10:32.739230Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "07930",
            "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.029608,
                    60.44888
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Loviisa",
                "sv": "Lovisa",
                "en": "Loviisa"
            },
            "street_address": {
                "fi": "Veckasinmäki 1-3",
                "sv": "Veckasbacken 1-3",
                "en": "Veckasinmäki 1-3"
            },
            "description": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Veckasinmäki 1-3",
                "sv": "Regional insamlingsplats, Veckasinmäki 1-3",
                "en": "Regional collection point, Veckasinmäki 1-3"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71317/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:61307",
            "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:02.191366Z",
            "last_modified_time": "2025-01-16T06:09:47.245263Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01370",
            "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.057476,
                    60.299862
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "street_address": {
                "fi": "Vehnätie / Jyvätie",
                "en": "Vehnätie / Jyvätie"
            },
            "description": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Vehnätie / Jyvätie",
                "sv": "Regional insamlingsplats, Vehnätie / Jyvätie",
                "en": "Regional collection point, Vehnätie / Jyvätie"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61307/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71282",
            "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:03.098391Z",
            "last_modified_time": "2024-02-06T14:10:31.986006Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "08150",
            "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.102505,
                    60.242012
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Lohja",
                "sv": "Lojo",
                "en": "Lohja"
            },
            "street_address": {
                "fi": "Veijolantie / Käenkatu",
                "en": "Veijolantie / Käenkatu"
            },
            "description": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Veijolantie / Käenkatu",
                "sv": "Regional insamlingsplats, Veijolantie / Käenkatu",
                "en": "Regional collection point, Veijolantie / Käenkatu"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71282/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:61088",
            "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:12.064535Z",
            "last_modified_time": "2024-02-06T13:17:26.238415Z",
            "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.766878,
                    60.242966
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "street_address": {
                "fi": "Veininkatu 5, Tattitori",
                "sv": "Sveinsgatan 5, Tattitori",
                "en": "Veininkatu 5, Tattitori"
            },
            "description": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Veininkatu 5, Tattitori",
                "sv": "Regional insamlingsplats, Veininkatu 5, Tattitori",
                "en": "Regional collection point, Veininkatu 5, Tattitori"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61088/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}