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

{
    "meta": {
        "count": 152286,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=169&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=167&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:71227",
            "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:53.801576Z",
            "last_modified_time": "2024-02-06T14:10:30.915223Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "03850",
            "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.018127,
                    60.51758
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ahonpääntie",
                "sv": "Ahonpääntie",
                "en": "Ahonpääntie"
            },
            "address_locality": {
                "fi": "Lohja",
                "sv": "Lojo",
                "en": "Lohja"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Karisjärvi, Ahonpääntie",
                "sv": "Ekopiste / Ekopunkt Karisjärvi, Ahonpääntie",
                "en": "Ekopiste / Ekopunkt Karisjärvi, Ahonpääntie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71227/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71210",
            "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.854363Z",
            "last_modified_time": "2024-02-06T14:10:30.565608Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "08480",
            "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.92952,
                    60.30037
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Karstuntie 1145",
                "sv": "Karstuvägen 1145",
                "en": "Karstuntie 1145"
            },
            "address_locality": {
                "fi": "Lohja",
                "sv": "Lojo",
                "en": "Lohja"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Karstu, Karstuntie 1145",
                "sv": "Ekopiste / Ekopunkt Karstu, Karstuntie 1145",
                "en": "Ekopiste / Ekopunkt Karstu, Karstuntie 1145"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71210/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:70972",
            "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:14.088836Z",
            "last_modified_time": "2024-02-06T14:10:26.310556Z",
            "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.279942,
                    60.390053
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Sarkatie 7 / Tähkätie",
                "sv": "Tegvägen 7 / Tähkätie",
                "en": "Sarkatie 7 / Tähkätie"
            },
            "address_locality": {
                "fi": "Sipoo",
                "sv": "Sibbo",
                "en": "Sipoo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Kartanoalue, Sarkatie 7 / Tähkätie",
                "sv": "Ekopiste / Ekopunkt Kartanoalue, Sarkatie 7 / Tähkätie",
                "en": "Ekopiste / Ekopunkt Kartanoalue, Sarkatie 7 / Tähkätie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:70972/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71608",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:siuntio",
                    "municipality": null,
                    "name": {
                        "fi": "Siuntio",
                        "sv": "Sjundeå"
                    }
                }
            ],
            "created_time": "2023-08-15T18:14:02.738783Z",
            "last_modified_time": "2024-02-06T14:10:38.353932Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02410",
            "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.300821,
                    60.114597
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Engesbyvägen-Ös. Kungsvägen",
                "en": "Engesbyvägen-Ös. Kungsvägen"
            },
            "address_locality": {
                "fi": "Siuntio",
                "sv": "Sjundeå",
                "en": "Siuntio"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Kela, Engesbyvägen-Ös. Kungsvägen",
                "sv": "Ekopiste / Ekopunkt Kela, Engesbyvägen-Ös. Kungsvägen",
                "en": "Ekopiste / Ekopunkt Kela, Engesbyvägen-Ös. Kungsvägen"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71608/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71261",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:lohja",
                    "municipality": null,
                    "name": {
                        "fi": "Lohja",
                        "sv": "Lojo"
                    }
                }
            ],
            "created_time": "2023-08-15T18:12:59.954731Z",
            "last_modified_time": "2024-02-06T14:10:31.622410Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "08800",
            "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.960976,
                    60.177868
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Marskintie 4 - 6",
                "sv": "Marskalksvägen 4 - 6",
                "en": "Marskintie 4 - 6"
            },
            "address_locality": {
                "fi": "Lohja",
                "sv": "Lojo",
                "en": "Lohja"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Kirkniemi, Marskintie 4 - 6",
                "sv": "Ekopiste / Ekopunkt Kirkniemi, Marskintie 4 - 6",
                "en": "Ekopiste / Ekopunkt Kirkniemi, Marskintie 4 - 6"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71261/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71357",
            "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:15.987909Z",
            "last_modified_time": "2024-02-06T14:10:33.490942Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "07410",
            "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.642185,
                    60.338142
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Sjötorpintie 2",
                "sv": "Sjötorpsvägen 2",
                "en": "Sjötorpintie 2"
            },
            "address_locality": {
                "fi": "Porvoo",
                "sv": "Borgå",
                "en": "Porvoo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Kråkö, Sjötorpintie 2",
                "sv": "Ekopiste / Ekopunkt Kråkö, Sjötorpintie 2",
                "en": "Ekopiste / Ekopunkt Kråkö, Sjötorpintie 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71357/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71330",
            "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:11.941949Z",
            "last_modified_time": "2024-02-06T14:10:33.007937Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "07945",
            "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.17509,
                    60.499065
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Lapinjärventie 492",
                "sv": "Lappträskvägen 492",
                "en": "Lapinjärventie 492"
            },
            "address_locality": {
                "fi": "Loviisa",
                "sv": "Lovisa",
                "en": "Loviisa"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Kuggom Furuborg, Lapinjärventie 492",
                "sv": "Ekopiste / Ekopunkt Kuggom Furuborg, Lapinjärventie 492",
                "en": "Ekopiste / Ekopunkt Kuggom Furuborg, Lapinjärventie 492"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71330/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71258",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:lohja",
                    "municipality": null,
                    "name": {
                        "fi": "Lohja",
                        "sv": "Lojo"
                    }
                }
            ],
            "created_time": "2023-08-15T18:12:59.087597Z",
            "last_modified_time": "2024-02-06T14:10:31.546150Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "03850",
            "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.943352,
                    60.613716
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Kärköläntie 1387",
                "sv": "Kärköläntie 1387",
                "en": "Kärköläntie 1387"
            },
            "address_locality": {
                "fi": "Lohja",
                "sv": "Lojo",
                "en": "Lohja"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Kärkölä, Kärköläntie 1387",
                "sv": "Ekopiste / Ekopunkt Kärkölä, Kärköläntie 1387",
                "en": "Ekopiste / Ekopunkt Kärkölä, Kärköläntie 1387"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71258/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71607",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:siuntio",
                    "municipality": null,
                    "name": {
                        "fi": "Siuntio",
                        "sv": "Sjundeå"
                    }
                }
            ],
            "created_time": "2023-08-15T18:14:02.605618Z",
            "last_modified_time": "2024-02-06T14:10:38.334236Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02590",
            "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.118513,
                    60.17397
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Lappersintie 494",
                "sv": "Lappersvägen 494",
                "en": "Lappersintie 494"
            },
            "address_locality": {
                "fi": "Siuntio",
                "sv": "Sjundeå",
                "en": "Siuntio"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Lappers, Lappersvägen 494",
                "sv": "Ekopiste / Ekopunkt Lappers, Lappersvägen 494",
                "en": "Ekopiste / Ekopunkt Lappers, Lappersvägen 494"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71607/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:70953",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:pornainen",
                    "municipality": null,
                    "name": {
                        "fi": "Pornainen",
                        "sv": "Borgnäs"
                    }
                }
            ],
            "created_time": "2023-08-15T18:12:11.087862Z",
            "last_modified_time": "2024-02-06T14:10:25.905970Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "07150",
            "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.395502,
                    60.43453
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Porvoontie / Vanhatie 10",
                "en": "Porvoontie / Vanhatie 10"
            },
            "address_locality": {
                "fi": "Pornainen",
                "sv": "Borgnäs",
                "en": "Pornainen"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Laukkoski työväentalo, Porvoontie / Vanhatie 10",
                "sv": "Ekopiste / Ekopunkt Laukkoski työväentalo, Porvoontie / Vanhatie 10",
                "en": "Ekopiste / Ekopunkt Laukkoski työväentalo, Porvoontie / Vanhatie 10"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:70953/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71259",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:lohja",
                    "municipality": null,
                    "name": {
                        "fi": "Lohja",
                        "sv": "Lojo"
                    }
                }
            ],
            "created_time": "2023-08-15T18:12:59.234406Z",
            "last_modified_time": "2024-02-06T14:10:31.565657Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "08500",
            "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.139578,
                    60.295986
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Kesäkodintie 18",
                "sv": "Kesäkodintie 18",
                "en": "Kesäkodintie 18"
            },
            "address_locality": {
                "fi": "Lohja",
                "sv": "Lojo",
                "en": "Lohja"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Lehmijärvi, Kesäkodintie 18",
                "sv": "Ekopiste / Ekopunkt Lehmijärvi, Kesäkodintie 18",
                "en": "Ekopiste / Ekopunkt Lehmijärvi, Kesäkodintie 18"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71259/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71290",
            "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:04.118854Z",
            "last_modified_time": "2024-02-06T14:10:32.125074Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "08500",
            "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.109428,
                    60.276016
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Lempolantie",
                "sv": "Lempolavägen",
                "en": "Lempolantie"
            },
            "address_locality": {
                "fi": "Lohja",
                "sv": "Lojo",
                "en": "Lohja"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Lempola, Lempolantie",
                "sv": "Ekopiste / Ekopunkt Lempola, Lempolantie",
                "en": "Ekopiste / Ekopunkt Lempola, Lempolantie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71290/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71234",
            "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:54.948721Z",
            "last_modified_time": "2024-02-06T14:10:31.028255Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "09930",
            "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.834522,
                    60.4715
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Leppäkorventie 1009",
                "sv": "Leppäkorventie 1009",
                "en": "Leppäkorventie 1009"
            },
            "address_locality": {
                "fi": "Lohja",
                "sv": "Lojo",
                "en": "Lohja"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Leppäkorpi, Leppäkorventie 1009",
                "sv": "Ekopiste / Ekopunkt Leppäkorpi, Leppäkorventie 1009",
                "en": "Ekopiste / Ekopunkt Leppäkorpi, Leppäkorventie 1009"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71234/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71212",
            "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:51.296620Z",
            "last_modified_time": "2024-02-06T14:10:30.624606Z",
            "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.227985,
                    60.278034
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Muijalantie 374",
                "sv": "Muijalantie 374",
                "en": "Muijalantie 374"
            },
            "address_locality": {
                "fi": "Lohja",
                "sv": "Lojo",
                "en": "Lohja"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Lieviö, Muijalantie 374",
                "sv": "Ekopiste / Ekopunkt Lieviö, Muijalantie 374",
                "en": "Ekopiste / Ekopunkt Lieviö, Muijalantie 374"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71212/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71263",
            "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:00.230408Z",
            "last_modified_time": "2024-02-06T14:10:31.661620Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "08800",
            "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.887684,
                    60.23027
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Pietiläntie 61",
                "sv": "Pietiläntie 61",
                "en": "Pietiläntie 61"
            },
            "address_locality": {
                "fi": "Lohja",
                "sv": "Lojo",
                "en": "Lohja"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Lohjansaari, Pietiläntie 61",
                "sv": "Ekopiste / Ekopunkt Lohjansaari, Pietiläntie 61",
                "en": "Ekopiste / Ekopunkt Lohjansaari, Pietiläntie 61"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71263/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71016",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:hanko",
                    "municipality": null,
                    "name": {
                        "fi": "Hanko",
                        "sv": "Hangö"
                    }
                }
            ],
            "created_time": "2023-08-15T18:12:21.193728Z",
            "last_modified_time": "2024-02-06T14:10:27.167098Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "10940",
            "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": [
                    22.945229,
                    59.83163
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Luotsikatu 42 C",
                "sv": "Lotsgatan 42 C",
                "en": "Luotsikatu 42 C"
            },
            "address_locality": {
                "fi": "Hanko",
                "sv": "Hangö",
                "en": "Hanko"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Luotsikatu, Luotsikatu 42 C",
                "sv": "Ekopiste / Ekopunkt Luotsikatu, Luotsikatu 42 C",
                "en": "Ekopiste / Ekopunkt Luotsikatu, Luotsikatu 42 C"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71016/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71018",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:hanko",
                    "municipality": null,
                    "name": {
                        "fi": "Hanko",
                        "sv": "Hangö"
                    }
                }
            ],
            "created_time": "2023-08-15T18:12:21.462940Z",
            "last_modified_time": "2024-02-06T14:10:27.206234Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "10960",
            "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": [
                    22.9946,
                    59.838844
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Lähteentie 1",
                "sv": "Källvägen 1",
                "en": "Lähteentie 1"
            },
            "address_locality": {
                "fi": "Hanko",
                "sv": "Hangö",
                "en": "Hanko"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Lähteentie, Lähteentie 1",
                "sv": "Ekopiste / Ekopunkt Lähteentie, Lähteentie 1",
                "en": "Ekopiste / Ekopunkt Lähteentie, Lähteentie 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71018/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71468",
            "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.714781Z",
            "last_modified_time": "2024-02-06T14:10:35.568691Z",
            "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.677322,
                    60.080643
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Dönsbyntie 7",
                "sv": "Dönsbyvägen 7",
                "en": "Dönsbyntie 7"
            },
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Lövkulla, Dönsbyvägen 7",
                "sv": "Ekopiste / Ekopunkt Lövkulla, Dönsbyvägen 7",
                "en": "Ekopiste / Ekopunkt Lövkulla, Dönsbyvägen 7"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71468/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71256",
            "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:58.808418Z",
            "last_modified_time": "2024-02-06T14:10:31.506363Z",
            "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.016315,
                    60.21027
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Nujulantie",
                "sv": "Nujulavägen",
                "en": "Nujulantie"
            },
            "address_locality": {
                "fi": "Lohja",
                "sv": "Lojo",
                "en": "Lohja"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Maksjoki, Nujulantie",
                "sv": "Ekopiste / Ekopunkt Maksjoki, Nujulantie",
                "en": "Ekopiste / Ekopunkt Maksjoki, Nujulantie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71256/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71298",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:lohja",
                    "municipality": null,
                    "name": {
                        "fi": "Lohja",
                        "sv": "Lojo"
                    }
                }
            ],
            "created_time": "2023-08-15T18:13:05.696066Z",
            "last_modified_time": "2024-02-06T14:10:32.293841Z",
            "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.070217,
                    60.238087
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Myyryntie 1",
                "sv": "Myransvägen 1",
                "en": "Myyryntie 1"
            },
            "address_locality": {
                "fi": "Lohja",
                "sv": "Lojo",
                "en": "Lohja"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Metsola, Myyryntie 1",
                "sv": "Ekopiste / Ekopunkt Metsola, Myyryntie 1",
                "en": "Ekopiste / Ekopunkt Metsola, Myyryntie 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71298/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}