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

{
    "meta": {
        "count": 151671,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=167&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=165&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:71116",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:karkkila",
                    "municipality": null,
                    "name": {
                        "fi": "Karkkila",
                        "sv": "Högfors"
                    }
                }
            ],
            "created_time": "2023-08-15T18:12:37.194470Z",
            "last_modified_time": "2024-02-06T14:10:29.039006Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "03600",
            "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.206245,
                    60.547886
                ]
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "street_address": {
                "fi": "Järvenpääntie 1",
                "sv": "Järvenpääntie 1",
                "en": "Järvenpääntie 1"
            },
            "address_locality": {
                "fi": "Karkkila",
                "sv": "Högfors",
                "en": "Karkkila"
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Tuorila, Järvenpääntie 1",
                "sv": "Ekopiste / Ekopunkt Tuorila, Järvenpääntie 1",
                "en": "Ekopiste / Ekopunkt Tuorila, Järvenpääntie 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71116/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71013",
            "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:20.795028Z",
            "last_modified_time": "2024-02-06T14:10:27.111600Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "10900",
            "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.199938,
                    59.842026
                ]
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "street_address": {
                "fi": "Kyläntie 2",
                "sv": "Byvägen 2",
                "en": "Kyläntie 2"
            },
            "address_locality": {
                "fi": "Hanko",
                "sv": "Hangö",
                "en": "Hanko"
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Tvärminne, Kyläntie 2",
                "sv": "Ekopiste / Ekopunkt Tvärminne, Kyläntie 2",
                "en": "Ekopiste / Ekopunkt Tvärminne, Kyläntie 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71013/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71063",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:inkoo",
                    "municipality": null,
                    "name": {
                        "fi": "Inkoo",
                        "sv": "Ingå"
                    }
                }
            ],
            "created_time": "2023-08-15T18:12:27.821897Z",
            "last_modified_time": "2024-02-06T14:10:27.932140Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "10120",
            "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.036287,
                    60.080765
                ]
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "street_address": {
                "fi": "Ingarskilantie 16",
                "sv": "Ingarskilavägen 16",
                "en": "Ingarskilantie 16"
            },
            "address_locality": {
                "fi": "Inkoo",
                "sv": "Ingå",
                "en": "Inkoo"
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Täkter, Ingarskilavägen 16",
                "sv": "Ekopiste / Ekopunkt Täkter, Ingarskilavägen 16",
                "en": "Ekopiste / Ekopunkt Täkter, Ingarskilavägen 16"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71063/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71009",
            "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:19.915936Z",
            "last_modified_time": "2024-02-06T14:10:27.031837Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "10900",
            "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.051523,
                    59.837086
                ]
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "street_address": {
                "fi": "Kappelitie",
                "sv": "Kapellvägen",
                "en": "Kappelitie"
            },
            "address_locality": {
                "fi": "Hanko",
                "sv": "Hangö",
                "en": "Hanko"
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Täktom, Kappelitie",
                "sv": "Ekopiste / Ekopunkt Täktom, Kappelitie",
                "en": "Ekopiste / Ekopunkt Täktom, Kappelitie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71009/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71017",
            "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.333530Z",
            "last_modified_time": "2024-02-06T14:10:27.187438Z",
            "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.99507,
                    59.83004
                ]
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "street_address": {
                "fi": "Täktomintie - Urheilukatu",
                "en": "Täktomintie - Urheilukatu"
            },
            "address_locality": {
                "fi": "Hanko",
                "sv": "Hangö",
                "en": "Hanko"
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Urheilukatu, Täktomintie - Urheilukatu",
                "sv": "Ekopiste / Ekopunkt Urheilukatu, Täktomintie - Urheilukatu",
                "en": "Ekopiste / Ekopunkt Urheilukatu, Täktomintie - Urheilukatu"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71017/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71331",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:loviisa",
                    "municipality": null,
                    "name": {
                        "fi": "Loviisa",
                        "sv": "Lovisa"
                    }
                }
            ],
            "created_time": "2023-08-15T18:13:12.065539Z",
            "last_modified_time": "2024-02-06T14:10:33.031667Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "07910",
            "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.247648,
                    60.41037
                ]
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "street_address": {
                "fi": "Valkolammentie 3/Kauppakatu",
                "sv": "Valkomträskvägen 3/Kauppakatu",
                "en": "Valkolammentie 3/Kauppakatu"
            },
            "address_locality": {
                "fi": "Loviisa",
                "sv": "Lovisa",
                "en": "Loviisa"
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Valkolampi, Valkolammentie 3/Kauppakatu",
                "sv": "Ekopiste / Ekopunkt Valkolampi, Valkolammentie 3/Kauppakatu",
                "en": "Ekopiste / Ekopunkt Valkolampi, Valkolammentie 3/Kauppakatu"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71331/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71645",
            "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:09.811756Z",
            "last_modified_time": "2024-02-06T14:10:39.011499Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "03400",
            "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.229456,
                    60.473812
                ]
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "street_address": {
                "fi": "Haagantie 22",
                "sv": "Haagantie 22",
                "en": "Haagantie 22"
            },
            "address_locality": {
                "fi": "Vihti",
                "sv": "Vichtis",
                "en": "Vihti"
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Vanjärvi, Haagantie 22",
                "sv": "Ekopiste / Ekopunkt Vanjärvi, Haagantie 22",
                "en": "Ekopiste / Ekopunkt Vanjärvi, Haagantie 22"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71645/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71278",
            "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.277881Z",
            "last_modified_time": "2024-02-06T14:10:31.892005Z",
            "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": [
                    23.998934,
                    60.223625
                ]
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "street_address": {
                "fi": "Vappulantie 319",
                "sv": "Vabbyvägen 319",
                "en": "Vappulantie 319"
            },
            "address_locality": {
                "fi": "Lohja",
                "sv": "Lojo",
                "en": "Lohja"
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Vappula, Vappulantie 319",
                "sv": "Ekopiste / Ekopunkt Vappula, Vappulantie 319",
                "en": "Ekopiste / Ekopunkt Vappula, Vappulantie 319"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71278/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71110",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:karkkila",
                    "municipality": null,
                    "name": {
                        "fi": "Karkkila",
                        "sv": "Högfors"
                    }
                }
            ],
            "created_time": "2023-08-15T18:12:36.078511Z",
            "last_modified_time": "2024-02-06T14:10:28.941722Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "03600",
            "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.154745,
                    60.546474
                ]
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "street_address": {
                "fi": "Suonpääntie - Antiaistentie",
                "en": "Suonpääntie - Antiaistentie"
            },
            "address_locality": {
                "fi": "Karkkila",
                "sv": "Högfors",
                "en": "Karkkila"
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Vattola, Suonpääntie - Antiaistentie",
                "sv": "Ekopiste / Ekopunkt Vattola, Suonpääntie - Antiaistentie",
                "en": "Ekopiste / Ekopunkt Vattola, Suonpääntie - Antiaistentie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71110/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71246",
            "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:56.943137Z",
            "last_modified_time": "2024-02-06T14:10:31.268313Z",
            "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": [
                    23.988544,
                    60.202606
                ]
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "street_address": {
                "fi": "Venevalkamantie",
                "en": "Venevalkamantie"
            },
            "address_locality": {
                "fi": "Lohja",
                "sv": "Lojo",
                "en": "Lohja"
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Vieremä, Venevalkamantie",
                "sv": "Ekopiste / Ekopunkt Vieremä, Venevalkamantie",
                "en": "Ekopiste / Ekopunkt Vieremä, Venevalkamantie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71246/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71647",
            "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:10.074021Z",
            "last_modified_time": "2024-02-06T14:10:39.053560Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "03790",
            "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.53926,
                    60.525333
                ]
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "street_address": {
                "fi": "Kouluntie",
                "sv": "Kouluntie",
                "en": "Kouluntie"
            },
            "address_locality": {
                "fi": "Vihti",
                "sv": "Vichtis",
                "en": "Vihti"
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Vihtijärvi, Kouluntie",
                "sv": "Ekopiste / Ekopunkt Vihtijärvi, Kouluntie",
                "en": "Ekopiste / Ekopunkt Vihtijärvi, Kouluntie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71647/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71264",
            "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.360494Z",
            "last_modified_time": "2024-02-06T14:10:31.686348Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "08200",
            "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.032988,
                    60.23555
                ]
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "street_address": {
                "fi": "Voudinkuja 2",
                "sv": "Fogdegränden 2",
                "en": "Voudinkuja 2"
            },
            "address_locality": {
                "fi": "Lohja",
                "sv": "Lojo",
                "en": "Lohja"
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Voudinpuisto, Voudinkuja 2",
                "sv": "Ekopiste / Ekopunkt Voudinpuisto, Voudinkuja 2",
                "en": "Ekopiste / Ekopunkt Voudinpuisto, Voudinkuja 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71264/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71121",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:karkkila",
                    "municipality": null,
                    "name": {
                        "fi": "Karkkila",
                        "sv": "Högfors"
                    }
                }
            ],
            "created_time": "2023-08-15T18:12:37.885367Z",
            "last_modified_time": "2024-02-06T14:10:29.135743Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "03600",
            "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.122358,
                    60.595615
                ]
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "street_address": {
                "fi": "Kovelontie - Hiilikämpäntie",
                "en": "Kovelontie - Hiilikämpäntie"
            },
            "address_locality": {
                "fi": "Karkkila",
                "sv": "Högfors",
                "en": "Karkkila"
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Vuotinainen, Kovelontie - Hiilikämpäntie",
                "sv": "Ekopiste / Ekopunkt Vuotinainen, Kovelontie - Hiilikämpäntie",
                "en": "Ekopiste / Ekopunkt Vuotinainen, Kovelontie - Hiilikämpäntie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71121/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71498",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:raasepori",
                    "municipality": null,
                    "name": {
                        "fi": "Raasepori",
                        "sv": "Raseborg"
                    }
                }
            ],
            "created_time": "2023-08-15T18:13:41.574560Z",
            "last_modified_time": "2024-02-06T14:10:36.138022Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "10410",
            "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.59545,
                    60.098003
                ]
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "street_address": {
                "fi": "Lillforsintie",
                "sv": "Lillforsvägen",
                "en": "Lillforsintie"
            },
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Åminnefors, Lillforsvägen",
                "sv": "Ekopiste / Ekopunkt Åminnefors, Lillforsvägen",
                "en": "Ekopiste / Ekopunkt Åminnefors, Lillforsvägen"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71498/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71408",
            "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:25.992248Z",
            "last_modified_time": "2024-02-06T14:10:34.547908Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "06950",
            "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.590166,
                    60.309322
                ]
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "street_address": {
                "fi": "Lossipaikka",
                "sv": "Färjestället",
                "en": "Lossipaikka"
            },
            "address_locality": {
                "fi": "Porvoo",
                "sv": "Borgå",
                "en": "Porvoo"
            },
            "name": {
                "fi": "Ekopiste Emäsalo / Ekopunkt Emsalö, Lossipaikka",
                "sv": "Ekopiste Emäsalo / Ekopunkt Emsalö, Lossipaikka",
                "en": "Ekopiste Emäsalo / Ekopunkt Emsalö, Lossipaikka"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71408/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71410",
            "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:26.264882Z",
            "last_modified_time": "2024-02-06T14:10:34.586217Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "07130",
            "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.475056,
                    60.402298
                ]
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "street_address": {
                "fi": "Hinthaara",
                "en": "Hinthaara"
            },
            "address_locality": {
                "fi": "Porvoo",
                "sv": "Borgå",
                "en": "Porvoo"
            },
            "name": {
                "fi": "Ekopiste Hinthaara / Ekopunkt Hindhår, Hinthaara",
                "sv": "Ekopiste Hinthaara / Ekopunkt Hindhår, Hinthaara",
                "en": "Ekopiste Hinthaara / Ekopunkt Hindhår, Hinthaara"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71410/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:70892",
            "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.790076Z",
            "last_modified_time": "2024-02-06T14:10:24.761189Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "07750",
            "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.997852,
                    60.389893
                ]
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "street_address": {
                "fi": "Frimansintie / Karhutie",
                "en": "Frimansintie / Karhutie"
            },
            "address_locality": {
                "fi": "Loviisa",
                "sv": "Lovisa",
                "en": "Loviisa"
            },
            "name": {
                "fi": "Ekopiste Isnäs baari / Ekopunkt Isnäs bar, Frimansintie / Karhutie",
                "sv": "Ekopiste Isnäs baari / Ekopunkt Isnäs bar, Frimansintie / Karhutie",
                "en": "Ekopiste Isnäs baari / Ekopunkt Isnäs bar, Frimansintie / Karhutie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:70892/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71379",
            "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:20.424744Z",
            "last_modified_time": "2024-02-06T14:10:33.964850Z",
            "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.683487,
                    60.390785
                ]
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "street_address": {
                "fi": "Leppätie / Pihlajatie",
                "en": "Leppätie / Pihlajatie"
            },
            "address_locality": {
                "fi": "Porvoo",
                "sv": "Borgå",
                "en": "Porvoo"
            },
            "name": {
                "fi": "Ekopiste Joonaanmäki / Ekopunkt Jonasbacken, Leppätie / Pihlajatie",
                "sv": "Ekopiste Joonaanmäki / Ekopunkt Jonasbacken, Leppätie / Pihlajatie",
                "en": "Ekopiste Joonaanmäki / Ekopunkt Jonasbacken, Leppätie / Pihlajatie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71379/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71394",
            "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.088918Z",
            "last_modified_time": "2024-02-06T14:10:34.262439Z",
            "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.641487,
                    60.39239
                ]
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "street_address": {
                "fi": "Vanha Helsingintie / Katajamäentie",
                "en": "Vanha Helsingintie / Katajamäentie"
            },
            "address_locality": {
                "fi": "Porvoo",
                "sv": "Borgå",
                "en": "Porvoo"
            },
            "name": {
                "fi": "Ekopiste Katajamäki / Ekopunkt Ensbacken, Vanha Helsingintie / Katajamäentie",
                "sv": "Ekopiste Katajamäki / Ekopunkt Ensbacken, Vanha Helsingintie / Katajamäentie",
                "en": "Ekopiste Katajamäki / Ekopunkt Ensbacken, Vanha Helsingintie / Katajamäentie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71394/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71336",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:loviisa",
                    "municipality": null,
                    "name": {
                        "fi": "Loviisa",
                        "sv": "Lovisa"
                    }
                }
            ],
            "created_time": "2023-08-15T18:13:12.720415Z",
            "last_modified_time": "2024-02-06T14:10:33.133186Z",
            "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.236456,
                    60.427814
                ]
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "street_address": {
                "fi": "Köpbackantie 1 / Erkkilänkuja",
                "sv": "Köpbackavägen 1 / Erkkilänkuja",
                "en": "Köpbackantie 1 / Erkkilänkuja"
            },
            "address_locality": {
                "fi": "Loviisa",
                "sv": "Lovisa",
                "en": "Loviisa"
            },
            "name": {
                "fi": "Ekopiste Köpbacka / Ekopunkt Köpbacka, Köpbackantie 1 / Erkkilänkuja",
                "sv": "Ekopiste Köpbacka / Ekopunkt Köpbacka, Köpbackantie 1 / Erkkilänkuja",
                "en": "Ekopiste Köpbacka / Ekopunkt Köpbacka, Köpbackantie 1 / Erkkilänkuja"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71336/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}