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

{
    "meta": {
        "count": 151678,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=162&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=160&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:21085",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kampinmalmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kampinmalmi",
                        "sv": "Kampmalmen"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kamppi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kamppi",
                        "sv": "Kampen"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kamppi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kamppi",
                        "sv": "Kampen"
                    }
                }
            ],
            "created_time": "2023-08-15T08:17:02.325152Z",
            "last_modified_time": "2024-02-06T13:10:50.306799Z",
            "custom_data": null,
            "email": "info@ekberg.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00120",
            "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.9379,
                    60.16484
                ]
            },
            "name": {
                "fi": "Ekberg Extra",
                "sv": "Ekberg Extra",
                "en": "Ekberg Extra"
            },
            "info_url": {
                "fi": "https://www.ekberg.fi/fi/catering/ekberg-extra-juhlatila/",
                "sv": "https://www.ekberg.fi/sv/catering/ekberg-extra-festlokal/",
                "en": "https://www.ekberg.fi/en/catering/ekberg-extra-event-location/"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Ekberg Extra on keskustassa sijaitseva kaunis ja tyylikäs kokous- ja juhlahuoneisto. Tilassa voi järjestää erilaisia tilaisuuksia kuten kokouksia, seminaareja, vastaanottoja, näyttelyitä ja päivällisiä. Saliin mahtuu 60-100 henkilöä tilaisuudesta riippuen.",
                "sv": "Ekberg Extra är en nyrenoverad vacker fest- och möteslokal i Helsingfors centrum i anslutning till Café Ekberg. Där kan man anordna olika tillställningar som konferenser, seminarier, mottagningar, utställningar och middagar. Salen är lämplig för 60-100 personer.",
                "en": "Ekberg Extra is a newly renovated hall for private occasions such as conferences, meetings, receptions, dinners and exhibitions. It is situated close to the city centre and can comfortably take 60 persons."
            },
            "telephone": {
                "fi": "+358 9 681 1860"
            },
            "street_address": {
                "fi": "Bulevardi 9 A",
                "sv": "Bulevarden 9 A",
                "en": "Bulevardi 9 A"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:21085/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:78495",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kallio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kallio",
                        "sv": "Berghäll"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vilhonvuori",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vilhonvuori",
                        "sv": "Vilhemsberg"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:sörnäinen",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Sörnäinen",
                        "sv": "Sörnäs"
                    }
                }
            ],
            "created_time": "2025-09-02T05:10:16.953099Z",
            "last_modified_time": "2025-09-25T05:10:09.516069Z",
            "custom_data": null,
            "email": "info@ekeko.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00500",
            "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.964073,
                    60.18752
                ]
            },
            "name": {
                "fi": "EkEkO Restobar",
                "sv": "EkEkO Restobar",
                "en": "EkEkO Restobar"
            },
            "info_url": {
                "fi": "https://www.ekeko.fi/",
                "sv": "https://www.ekeko.fi/",
                "en": "https://www.ekeko.fi/"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "EkEkO Restobar on Vilhonvuoren kadulla sijaitseva kahvila, joka tarjoaa klassisia Latinalaisen Amerikan makuja. Kahvilassa pääsee nauttimaan rohkeista ja monipuolisista mauista.",
                "sv": "EkEkO Restobar, som ligger på Vilhelmbergsgatan, erbjuder klassiska smaker från Latinamerika.",
                "en": "EkEkO Restobar, located on Vilhonvuorenkatu, offers classic flavours from across Latin America. Enjoy bold, diverse, and unforgettable flavours."
            },
            "telephone": {
                "fi": "+358 451 402 580"
            },
            "street_address": {
                "fi": "Vilhonvuorenkatu 3",
                "sv": "Vilhelmsbergsgatan 3",
                "en": "Vilhonvuorenkatu 3"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:78495/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71387",
            "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:21.892337Z",
            "last_modified_time": "2024-02-06T14:10:34.122304Z",
            "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.438408,
                    60.369286
                ]
            },
            "name": {
                "fi": "Ekopiste Ali-Vekkoski / Ekopunkt Söderveckoski, Ali-Vekkoskentie / Tuohisuontie",
                "sv": "Ekopiste Ali-Vekkoski / Ekopunkt Söderveckoski, Ali-Vekkoskentie / Tuohisuontie",
                "en": "Ekopiste Ali-Vekkoski / Ekopunkt Söderveckoski, Ali-Vekkoskentie / Tuohisuontie"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Porvoo",
                "sv": "Borgå",
                "en": "Porvoo"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Ali-Vekkoskentie / Tuohisuontie",
                "en": "Ali-Vekkoskentie / Tuohisuontie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71387/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71005",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:askola",
                    "municipality": null,
                    "name": {
                        "fi": "Askola",
                        "sv": "Askola"
                    }
                }
            ],
            "created_time": "2023-08-15T18:12:19.385675Z",
            "last_modified_time": "2024-02-06T14:10:26.949766Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "07530",
            "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.571878,
                    60.53976
                ]
            },
            "name": {
                "fi": "Ekopiste Askolan jäteasema / Ekopunkt Askola avfallsstation, Hiidenkirnujentie 162",
                "sv": "Ekopiste Askolan jäteasema / Ekopunkt Askola avfallsstation, Hiidenkirnujentie 162",
                "en": "Ekopiste Askolan jäteasema / Ekopunkt Askola avfallsstation, Hiidenkirnujentie 162"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Askola",
                "sv": "Askola",
                "en": "Askola"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Hiidenkirnujentie 162",
                "sv": "Hiidenkirnujentie 162",
                "en": "Hiidenkirnujentie 162"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71005/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71392",
            "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:22.816337Z",
            "last_modified_time": "2024-02-06T14:10:34.224404Z",
            "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.676,
                    60.38568
                ]
            },
            "name": {
                "fi": "Ekopiste Aunela / Ekopunkt Ånäs, Pellingintie",
                "sv": "Ekopiste Aunela / Ekopunkt Ånäs, Pellingintie",
                "en": "Ekopiste Aunela / Ekopunkt Ånäs, Pellingintie"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Porvoo",
                "sv": "Borgå",
                "en": "Porvoo"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Pellingintie",
                "sv": "Pellingevägen",
                "en": "Pellingintie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71392/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71337",
            "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.856085Z",
            "last_modified_time": "2024-02-06T14:10:33.154685Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "07930",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    26.047794,
                    60.426777
                ]
            },
            "name": {
                "fi": "Ekopiste Backsteninranta / Ekopunkt Backstensstranden, Backstensstrand",
                "sv": "Ekopiste Backsteninranta / Ekopunkt Backstensstranden, Backstensstrand",
                "en": "Ekopiste Backsteninranta / Ekopunkt Backstensstranden, Backstensstrand"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Loviisa",
                "sv": "Lovisa",
                "en": "Loviisa"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Backsteninranta",
                "sv": "Backstensstrand",
                "en": "Backsteninranta"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71337/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71358",
            "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:16.122478Z",
            "last_modified_time": "2024-02-06T14:10:33.509551Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "06450",
            "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.614786,
                    60.381905
                ]
            },
            "name": {
                "fi": "Ekopiste Eestinmäki / Ekopunkt Estbacka, Hollituvantie",
                "sv": "Ekopiste Eestinmäki / Ekopunkt Estbacka, Hollituvantie",
                "en": "Ekopiste Eestinmäki / Ekopunkt Estbacka, Hollituvantie"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Porvoo",
                "sv": "Borgå",
                "en": "Porvoo"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Hollituvantie",
                "sv": "Hållsvedsvägen",
                "en": "Hollituvantie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71358/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71114",
            "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.059711Z",
            "last_modified_time": "2024-02-06T14:10:29.020426Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "03710",
            "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.273981,
                    60.5242
                ]
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Ahmoo, Vihtijärventie 736 / Kouluntie",
                "sv": "Ekopiste / Ekopunkt Ahmoo, Vihtijärventie 736 / Kouluntie",
                "en": "Ekopiste / Ekopunkt Ahmoo, Vihtijärventie 736 / Kouluntie"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Karkkila",
                "sv": "Högfors",
                "en": "Karkkila"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Vihtijärventie 736 / Kouluntie",
                "sv": "Vihtijärventie 736 / Kouluntie",
                "en": "Vihtijärventie 736 / Kouluntie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71114/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71242",
            "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.286798Z",
            "last_modified_time": "2024-02-06T14:10:31.187998Z",
            "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.034334,
                    60.230854
                ]
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Antinkatu, Antinkatu 7",
                "sv": "Ekopiste / Ekopunkt Antinkatu, Antinkatu 7",
                "en": "Ekopiste / Ekopunkt Antinkatu, Antinkatu 7"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Lohja",
                "sv": "Lojo",
                "en": "Lohja"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Antinkatu 7",
                "sv": "Anttigatan 7",
                "en": "Antinkatu 7"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71242/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71117",
            "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.331048Z",
            "last_modified_time": "2024-02-06T14:10:29.057598Z",
            "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.208006,
                    60.536144
                ]
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Asemakatu, Asemakatu - rautatie",
                "sv": "Ekopiste / Ekopunkt Asemakatu, Asemakatu - rautatie",
                "en": "Ekopiste / Ekopunkt Asemakatu, Asemakatu - rautatie"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Karkkila",
                "sv": "Högfors",
                "en": "Karkkila"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Asemakatu - rautatie",
                "en": "Asemakatu - rautatie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71117/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71573",
            "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:56.376637Z",
            "last_modified_time": "2024-02-06T14:10:37.657782Z",
            "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.6893,
                    60.131176
                ]
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Backgränd, Torkvägen / Kuivuritie",
                "sv": "Ekopiste / Ekopunkt Backgränd, Torkvägen / Kuivuritie",
                "en": "Ekopiste / Ekopunkt Backgränd, Torkvägen / Kuivuritie"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Torkvägen / Kuivuritie",
                "en": "Torkvägen / Kuivuritie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71573/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71527",
            "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:47.368762Z",
            "last_modified_time": "2024-02-06T14:10:36.720292Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "10650",
            "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.513098,
                    59.88996
                ]
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Baggö, Baggövägen",
                "sv": "Ekopiste / Ekopunkt Baggö, Baggövägen",
                "en": "Ekopiste / Ekopunkt Baggö, Baggövägen"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Baggöntie",
                "sv": "Baggövägen",
                "en": "Baggöntie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71527/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71066",
            "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:28.489584Z",
            "last_modified_time": "2024-11-16T06:10:14.951361Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "10270",
            "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.873655,
                    59.977573
                ]
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Barösund fastlandssidan, Barösundsvägen 711",
                "sv": "Ekopiste / Ekopunkt Barösund fastlandssidan, Barösundsvägen 711",
                "en": "Ekopiste / Ekopunkt Barösund fastlandssidan, Barösundsvägen 711"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Inkoo",
                "sv": "Ingå",
                "en": "Inkoo"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Barösundintie 711",
                "sv": "Barösundsvägen 711",
                "en": "Barösundintie 711"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71066/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71466",
            "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.448316Z",
            "last_modified_time": "2024-02-06T14:10:35.527020Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "10600",
            "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.627697,
                    59.939392
                ]
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Box, Boxvägen",
                "sv": "Ekopiste / Ekopunkt Box, Boxvägen",
                "en": "Ekopiste / Ekopunkt Box, Boxvägen"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Boxintie",
                "sv": "Boxvägen",
                "en": "Boxintie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71466/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71069",
            "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:29.090339Z",
            "last_modified_time": "2024-02-06T14:10:28.051410Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "10210",
            "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.024092,
                    60.052063
                ]
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Dal, Täkterstigen 1",
                "sv": "Ekopiste / Ekopunkt Dal, Täkterstigen 1",
                "en": "Ekopiste / Ekopunkt Dal, Täkterstigen 1"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Inkoo",
                "sv": "Ingå",
                "en": "Inkoo"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Tähtelänpolku 1",
                "sv": "Täkterstigen 1",
                "en": "Tähtelänpolku 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71069/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71064",
            "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.952422Z",
            "last_modified_time": "2024-02-06T14:10:27.952003Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "10160",
            "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.183443,
                    60.090084
                ]
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Degerby, Degerbyvägen 106",
                "sv": "Ekopiste / Ekopunkt Degerby, Degerbyvägen 106",
                "en": "Ekopiste / Ekopunkt Degerby, Degerbyvägen 106"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Inkoo",
                "sv": "Ingå",
                "en": "Inkoo"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Degerbyntie 106",
                "sv": "Degerbyvägen 106",
                "en": "Degerbyntie 106"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71064/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:70975",
            "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.461102Z",
            "last_modified_time": "2024-02-06T14:10:26.377164Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "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.346489,
                    60.282185
                ]
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Eriksnäs, Lintukaari / Lintukoto",
                "sv": "Ekopiste / Ekopunkt Eriksnäs, Lintukaari / Lintukoto",
                "en": "Ekopiste / Ekopunkt Eriksnäs, Lintukaari / Lintukoto"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Sipoo",
                "sv": "Sibbo",
                "en": "Sipoo"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Lintukaari / Lintukoto",
                "en": "Lintukaari / Lintukoto"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:70975/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71414",
            "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.794193Z",
            "last_modified_time": "2024-02-06T14:10:34.685452Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "07450",
            "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.814003,
                    60.288006
                ]
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Fagersta, Voolahdentie 767 / Tornikalliontie",
                "sv": "Ekopiste / Ekopunkt Fagersta, Voolahdentie 767 / Tornikalliontie",
                "en": "Ekopiste / Ekopunkt Fagersta, Voolahdentie 767 / Tornikalliontie"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Porvoo",
                "sv": "Borgå",
                "en": "Porvoo"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Voolahdentie 767 / Tornikalliontie",
                "sv": "Vålaxvägen 767 / Tornikalliontie",
                "en": "Voolahdentie 767 / Tornikalliontie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71414/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71058",
            "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.276730Z",
            "last_modified_time": "2024-02-06T14:10:27.851992Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "10250",
            "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.815178,
                    60.02167
                ]
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Fagervik, Fagervik skolvägens avtag",
                "sv": "Ekopiste / Ekopunkt Fagervik, Fagervik skolvägens avtag",
                "en": "Ekopiste / Ekopunkt Fagervik, Fagervik skolvägens avtag"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Inkoo",
                "sv": "Ingå",
                "en": "Inkoo"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Fagervik skolvägens avtag",
                "en": "Fagervik skolvägens avtag"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71058/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71244",
            "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.658069Z",
            "last_modified_time": "2024-02-06T14:10:31.228593Z",
            "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.001923,
                    60.201195
                ]
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Fatja, Opettajantie - Anttiinintie",
                "sv": "Ekopiste / Ekopunkt Fatja, Opettajantie - Anttiinintie",
                "en": "Ekopiste / Ekopunkt Fatja, Opettajantie - Anttiinintie"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Lohja",
                "sv": "Lojo",
                "en": "Lohja"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Opettajantie - Anttiinintie",
                "en": "Opettajantie - Anttiinintie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71244/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}