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

{
    "meta": {
        "count": 151419,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=46&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=44&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:61366",
            "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:15.912926Z",
            "last_modified_time": "2024-02-06T13:17:33.173266Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02620",
            "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.760572,
                    60.235844
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "description": null,
            "street_address": {
                "fi": "Neljästie / Rastaalanpolku",
                "en": "Neljästie / Rastaalanpolku"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Neljästie / Rastaalanpolku",
                "sv": "Regional insamlingsplats, Neljästie / Rastaalanpolku",
                "en": "Regional collection point, Neljästie / Rastaalanpolku"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61366/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71568",
            "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:55.061033Z",
            "last_modified_time": "2024-02-06T14:10:37.541817Z",
            "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.673506,
                    60.06587
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "description": null,
            "street_address": {
                "fi": "Niittykatu 15-17",
                "sv": "Ängsgatan 15-17",
                "en": "Niittykatu 15-17"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Niittykatu 15-17",
                "sv": "Regional insamlingsplats, Niittykatu 15-17",
                "en": "Regional collection point, Niittykatu 15-17"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71568/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71447",
            "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:32.128488Z",
            "last_modified_time": "2024-02-06T14:10:35.229165Z",
            "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.74042,
                    60.081924
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "description": null,
            "street_address": {
                "fi": "Niittylahdentie 42",
                "sv": "Ängsviksvägen 42",
                "en": "Niittylahdentie 42"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Niittylahdentie 42",
                "sv": "Regional insamlingsplats, Niittylahdentie 42",
                "en": "Regional collection point, Niittylahdentie 42"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71447/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71315",
            "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.019527Z",
            "last_modified_time": "2024-02-06T14:10:32.684115Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "07955",
            "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.317984,
                    60.47086
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Loviisa",
                "sv": "Lovisa",
                "en": "Loviisa"
            },
            "description": null,
            "street_address": {
                "fi": "Notkolantie 4",
                "sv": "Notkolavägen 4",
                "en": "Notkolantie 4"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Notkolantie 4",
                "sv": "Regional insamlingsplats, Notkolantie 4",
                "en": "Regional collection point, Notkolantie 4"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71315/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71280",
            "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:02.548630Z",
            "last_modified_time": "2024-02-06T14:10:31.934098Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "08100",
            "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.07516,
                    60.24711
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Lohja",
                "sv": "Lojo",
                "en": "Lohja"
            },
            "description": null,
            "street_address": {
                "fi": "Nummentaustantie / Ahonkuja",
                "en": "Nummentaustantie / Ahonkuja"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Nummentaustantie / Ahonkuja",
                "sv": "Regional insamlingsplats, Nummentaustantie / Ahonkuja",
                "en": "Regional collection point, Nummentaustantie / Ahonkuja"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71280/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:70970",
            "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.570895Z",
            "last_modified_time": "2024-02-06T14:10:26.268219Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01180",
            "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.397345,
                    60.270046
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Sipoo",
                "sv": "Sibbo",
                "en": "Sipoo"
            },
            "description": null,
            "street_address": {
                "fi": "Nuottakodantie 29",
                "sv": "Nothusvägen 29",
                "en": "Nuottakodantie 29"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Nuottakodantie 29",
                "sv": "Regional insamlingsplats, Nuottakodantie 29",
                "en": "Regional collection point, Nuottakodantie 29"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:70970/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:61024",
            "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:55.501759Z",
            "last_modified_time": "2024-02-06T13:17:24.510574Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02820",
            "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.592379,
                    60.24931
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "description": null,
            "street_address": {
                "fi": "Nuuksionkuja 2",
                "sv": "Nouxgränden 2",
                "en": "Nuuksionkuja 2"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Nuuksionkuja 2",
                "sv": "Regional insamlingsplats, Nuuksionkuja 2",
                "en": "Regional collection point, Nuuksionkuja 2"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61024/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71395",
            "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:23.221322Z",
            "last_modified_time": "2024-02-06T14:10:34.283509Z",
            "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.646854,
                    60.38942
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Porvoo",
                "sv": "Borgå",
                "en": "Porvoo"
            },
            "description": null,
            "street_address": {
                "fi": "Näsintie 25",
                "sv": "Näsevägen 25",
                "en": "Näsintie 25"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Näsintie 25",
                "sv": "Regional insamlingsplats, Näsintie 25",
                "en": "Regional collection point, Näsintie 25"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71395/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:61313",
            "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:03.201682Z",
            "last_modified_time": "2024-02-06T13:17:31.888044Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01300",
            "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.02374,
                    60.2981
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "description": null,
            "street_address": {
                "fi": "Näsiätie / Liljatie",
                "en": "Näsiätie / Liljatie"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Näsiätie / Liljatie",
                "sv": "Regional insamlingsplats, Näsiätie / Liljatie",
                "en": "Regional collection point, Näsiätie / Liljatie"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61313/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:61043",
            "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:00.002690Z",
            "last_modified_time": "2024-02-06T13:17:24.955482Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02740",
            "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.656368,
                    60.239002
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "description": null,
            "street_address": {
                "fi": "Oittaantie 1 / Kunnarlantie",
                "sv": "Oitansvägen 1 / Kunnarlantie",
                "en": "Oittaantie 1 / Kunnarlantie"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Oittaantie 1 / Kunnarlantie",
                "sv": "Regional insamlingsplats, Oittaantie 1 / Kunnarlantie",
                "en": "Regional collection point, Oittaantie 1 / Kunnarlantie"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61043/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:60958",
            "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:36.686550Z",
            "last_modified_time": "2024-02-06T13:17:22.631292Z",
            "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.856886,
                    60.265987
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "description": null,
            "street_address": {
                "fi": "Ojahaantie 10",
                "sv": "Bäckhagsvägen 10",
                "en": "Ojahaantie 10"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Ojahaantie 10",
                "sv": "Regional insamlingsplats, Ojahaantie 10",
                "en": "Regional collection point, Ojahaantie 10"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:60958/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:61285",
            "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:55.363900Z",
            "last_modified_time": "2024-02-06T13:17:31.021228Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01690",
            "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.910883,
                    60.27803
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "description": null,
            "street_address": {
                "fi": "Ollaksentie / Kellarikuja",
                "en": "Ollaksentie / Kellarikuja"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Ollaksentie / Kellarikuja",
                "sv": "Regional insamlingsplats, Ollaksentie / Kellarikuja",
                "en": "Regional collection point, Ollaksentie / Kellarikuja"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61285/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71446",
            "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:31.997980Z",
            "last_modified_time": "2024-02-06T14:10:35.203818Z",
            "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.64245,
                    60.06591
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "description": null,
            "street_address": {
                "fi": "Olobäckinkatu",
                "en": "Olobäckinkatu"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Olobäckinkatu",
                "sv": "Regional insamlingsplats, Olobäckinkatu",
                "en": "Regional collection point, Olobäckinkatu"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71446/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:76634",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2025-01-16T06:09:55.161712Z",
            "last_modified_time": "2025-01-16T06:09:55.161727Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01420",
            "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.097404,
                    60.328102
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "description": null,
            "street_address": {
                "fi": "Onervantie 1/Laurintie",
                "sv": "Onervavägen 1/Laurintie",
                "en": "Onervantie 1/Laurintie"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Onervantie 1/Laurintie",
                "sv": "Regional insamlingsplats, Onervantie 1/Laurintie",
                "en": "Regional collection point, Onervantie 1/Laurintie"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:76634/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:61309",
            "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.651849Z",
            "last_modified_time": "2024-02-06T13:17:31.757527Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01300",
            "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.017113,
                    60.29846
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "description": null,
            "street_address": {
                "fi": "Osmankäämintie / Lummetie",
                "en": "Osmankäämintie / Lummetie"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Osmankäämintie / Lummetie",
                "sv": "Regional insamlingsplats, Osmankäämintie / Lummetie",
                "en": "Regional collection point, Osmankäämintie / Lummetie"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61309/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71567",
            "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:54.912957Z",
            "last_modified_time": "2024-02-06T14:10:37.523926Z",
            "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.70101,
                    60.077595
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "description": null,
            "street_address": {
                "fi": "Osmundsbölentie-Lärkkullantie",
                "en": "Osmundsbölentie-Lärkkullantie"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Osmundsbölentie-Lärkkullantie",
                "sv": "Regional insamlingsplats, Osmundsbölentie-Lärkkullantie",
                "en": "Regional collection point, Osmundsbölentie-Lärkkullantie"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71567/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71584",
            "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.424247Z",
            "last_modified_time": "2024-02-06T14:10:37.887572Z",
            "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.705523,
                    60.079407
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "description": null,
            "street_address": {
                "fi": "Osmundsbölentie-Mariankatu",
                "en": "Osmundsbölentie-Mariankatu"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Osmundsbölentie-Mariankatu",
                "sv": "Regional insamlingsplats, Osmundsbölentie-Mariankatu",
                "en": "Regional collection point, Osmundsbölentie-Mariankatu"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71584/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71170",
            "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:44.113703Z",
            "last_modified_time": "2024-02-06T14:10:29.793641Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02460",
            "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.428785,
                    60.102367
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Kirkkonummi",
                "sv": "Kyrkslätt",
                "en": "Kirkkonummi"
            },
            "description": null,
            "street_address": {
                "fi": "Osmussaarentie / Pakrintie",
                "en": "Osmussaarentie / Pakrintie"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Osmussaarentie / Pakrintie",
                "sv": "Regional insamlingsplats, Osmussaarentie / Pakrintie",
                "en": "Regional collection point, Osmussaarentie / Pakrintie"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71170/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71658",
            "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:12.000711Z",
            "last_modified_time": "2024-02-06T14:10:39.244057Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "03300",
            "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.51004,
                    60.39646
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Vihti",
                "sv": "Vichtis",
                "en": "Vihti"
            },
            "description": null,
            "street_address": {
                "fi": "Otalammentie 123 B",
                "sv": "Otalammentie 123 B",
                "en": "Otalammentie 123 B"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Otalammentie 123 B",
                "sv": "Regional insamlingsplats, Otalammentie 123 B",
                "en": "Regional collection point, Otalammentie 123 B"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71658/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71435",
            "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:30.273479Z",
            "last_modified_time": "2024-02-06T14:10:35.056094Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "10360",
            "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.879568,
                    60.139683
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "description": null,
            "street_address": {
                "fi": "Pajutie-Raitatie",
                "en": "Pajutie-Raitatie"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Pajutie-Raitatie",
                "sv": "Regional insamlingsplats, Pajutie-Raitatie",
                "en": "Regional collection point, Pajutie-Raitatie"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71435/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}