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": 152288,
        "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: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
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Vihtijärventie 736 / Kouluntie",
                "sv": "Vihtijärventie 736 / Kouluntie",
                "en": "Vihtijärventie 736 / Kouluntie"
            },
            "address_locality": {
                "fi": "Karkkila",
                "sv": "Högfors",
                "en": "Karkkila"
            },
            "info_url": null,
            "description": null,
            "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"
            },
            "@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
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Antinkatu 7",
                "sv": "Anttigatan 7",
                "en": "Antinkatu 7"
            },
            "address_locality": {
                "fi": "Lohja",
                "sv": "Lojo",
                "en": "Lohja"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Antinkatu, Antinkatu 7",
                "sv": "Ekopiste / Ekopunkt Antinkatu, Antinkatu 7",
                "en": "Ekopiste / Ekopunkt Antinkatu, 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
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Asemakatu - rautatie",
                "en": "Asemakatu - rautatie"
            },
            "address_locality": {
                "fi": "Karkkila",
                "sv": "Högfors",
                "en": "Karkkila"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Asemakatu, Asemakatu - rautatie",
                "sv": "Ekopiste / Ekopunkt Asemakatu, Asemakatu - rautatie",
                "en": "Ekopiste / Ekopunkt Asemakatu, 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
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Torkvägen / Kuivuritie",
                "en": "Torkvägen / Kuivuritie"
            },
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "info_url": null,
            "description": null,
            "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"
            },
            "@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
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Baggöntie",
                "sv": "Baggövägen",
                "en": "Baggöntie"
            },
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Baggö, Baggövägen",
                "sv": "Ekopiste / Ekopunkt Baggö, Baggövägen",
                "en": "Ekopiste / Ekopunkt Baggö, Baggövägen"
            },
            "@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
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Barösundintie 711",
                "sv": "Barösundsvägen 711",
                "en": "Barösundintie 711"
            },
            "address_locality": {
                "fi": "Inkoo",
                "sv": "Ingå",
                "en": "Inkoo"
            },
            "info_url": null,
            "description": null,
            "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"
            },
            "@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
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Boxintie",
                "sv": "Boxvägen",
                "en": "Boxintie"
            },
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Box, Boxvägen",
                "sv": "Ekopiste / Ekopunkt Box, Boxvägen",
                "en": "Ekopiste / Ekopunkt Box, Boxvägen"
            },
            "@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
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Tähtelänpolku 1",
                "sv": "Täkterstigen 1",
                "en": "Tähtelänpolku 1"
            },
            "address_locality": {
                "fi": "Inkoo",
                "sv": "Ingå",
                "en": "Inkoo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Dal, Täkterstigen 1",
                "sv": "Ekopiste / Ekopunkt Dal, Täkterstigen 1",
                "en": "Ekopiste / Ekopunkt Dal, Täkterstigen 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
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Degerbyntie 106",
                "sv": "Degerbyvägen 106",
                "en": "Degerbyntie 106"
            },
            "address_locality": {
                "fi": "Inkoo",
                "sv": "Ingå",
                "en": "Inkoo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Degerby, Degerbyvägen 106",
                "sv": "Ekopiste / Ekopunkt Degerby, Degerbyvägen 106",
                "en": "Ekopiste / Ekopunkt Degerby, Degerbyvägen 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
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Lintukaari / Lintukoto",
                "en": "Lintukaari / Lintukoto"
            },
            "address_locality": {
                "fi": "Sipoo",
                "sv": "Sibbo",
                "en": "Sipoo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Eriksnäs, Lintukaari / Lintukoto",
                "sv": "Ekopiste / Ekopunkt Eriksnäs, Lintukaari / Lintukoto",
                "en": "Ekopiste / Ekopunkt Eriksnäs, 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
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Voolahdentie 767 / Tornikalliontie",
                "sv": "Vålaxvägen 767 / Tornikalliontie",
                "en": "Voolahdentie 767 / Tornikalliontie"
            },
            "address_locality": {
                "fi": "Porvoo",
                "sv": "Borgå",
                "en": "Porvoo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Fagersta, Voolahdentie 767 / Tornikalliontie",
                "sv": "Ekopiste / Ekopunkt Fagersta, Voolahdentie 767 / Tornikalliontie",
                "en": "Ekopiste / Ekopunkt Fagersta, 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
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Fagervik skolvägens avtag",
                "en": "Fagervik skolvägens avtag"
            },
            "address_locality": {
                "fi": "Inkoo",
                "sv": "Ingå",
                "en": "Inkoo"
            },
            "info_url": null,
            "description": null,
            "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"
            },
            "@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
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Opettajantie - Anttiinintie",
                "en": "Opettajantie - Anttiinintie"
            },
            "address_locality": {
                "fi": "Lohja",
                "sv": "Lojo",
                "en": "Lohja"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Fatja, Opettajantie - Anttiinintie",
                "sv": "Ekopiste / Ekopunkt Fatja, Opettajantie - Anttiinintie",
                "en": "Ekopiste / Ekopunkt Fatja, Opettajantie - Anttiinintie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71244/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71579",
            "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:57.056425Z",
            "last_modified_time": "2024-02-06T14:10:37.775574Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "10330",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    23.639244,
                    60.0762
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Forsbyvägen - Stenåkersvägen",
                "en": "Forsbyvägen - Stenåkersvägen"
            },
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Forsby, Forsbyvägen - Stenåkersvägen",
                "sv": "Ekopiste / Ekopunkt Forsby, Forsbyvägen - Stenåkersvägen",
                "en": "Ekopiste / Ekopunkt Forsby, Forsbyvägen - Stenåkersvägen"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71579/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71423",
            "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:28.603947Z",
            "last_modified_time": "2024-02-06T14:10:34.881055Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "06400",
            "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.633049,
                    60.375523
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Länsitie / Viertotie",
                "en": "Länsitie / Viertotie"
            },
            "address_locality": {
                "fi": "Porvoo",
                "sv": "Borgå",
                "en": "Porvoo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Gammelbacka, Länsitie / Viertotie",
                "sv": "Ekopiste / Ekopunkt Gammelbacka, Länsitie / Viertotie",
                "en": "Ekopiste / Ekopunkt Gammelbacka, Länsitie / Viertotie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71423/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:70986",
            "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:16.287745Z",
            "last_modified_time": "2024-02-06T14:10:26.607625Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "04130",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.27868,
                    60.334167
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Gesterbyntie 83",
                "sv": "Gesterbyvägen 83",
                "en": "Gesterbyntie 83"
            },
            "address_locality": {
                "fi": "Sipoo",
                "sv": "Sibbo",
                "en": "Sipoo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Gesteby, VPK, Gesterbyntie 83",
                "sv": "Ekopiste / Ekopunkt Gesteby, VPK, Gesterbyntie 83",
                "en": "Ekopiste / Ekopunkt Gesteby, VPK, Gesterbyntie 83"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:70986/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71514",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:raasepori",
                    "municipality": null,
                    "name": {
                        "fi": "Raasepori",
                        "sv": "Raseborg"
                    }
                }
            ],
            "created_time": "2023-08-15T18:13:45.111547Z",
            "last_modified_time": "2024-02-06T14:10:36.481253Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "10380",
            "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.800087,
                    60.07186
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Kaunislahdentie 99 / Kaunislahdentie 99",
                "sv": "Grundsjövägen 99 / Kaunislahdentie 99",
                "en": "Kaunislahdentie 99 / Kaunislahdentie 99"
            },
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Grundsjö, Grundsjövägen 99 / Kaunislahdentie 99",
                "sv": "Ekopiste / Ekopunkt Grundsjö, Grundsjövägen 99 / Kaunislahdentie 99",
                "en": "Ekopiste / Ekopunkt Grundsjö, Grundsjövägen 99 / Kaunislahdentie 99"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71514/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71231",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:lohja",
                    "municipality": null,
                    "name": {
                        "fi": "Lohja",
                        "sv": "Lojo"
                    }
                }
            ],
            "created_time": "2023-08-15T18:12:54.201727Z",
            "last_modified_time": "2024-02-06T14:10:30.988073Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "08150",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.096231,
                    60.247345
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Veijolantie 7",
                "sv": "Vejbyvägen 7",
                "en": "Veijolantie 7"
            },
            "address_locality": {
                "fi": "Lohja",
                "sv": "Lojo",
                "en": "Lohja"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Gruotila, Veijolantie 7",
                "sv": "Ekopiste / Ekopunkt Gruotila, Veijolantie 7",
                "en": "Ekopiste / Ekopunkt Gruotila, Veijolantie 7"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71231/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:70985",
            "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:16.151056Z",
            "last_modified_time": "2024-02-06T14:10:26.580672Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01150",
            "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.29589,
                    60.25596
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Gumbontie 215",
                "sv": "Gumbovägen 215",
                "en": "Gumbontie 215"
            },
            "address_locality": {
                "fi": "Sipoo",
                "sv": "Sibbo",
                "en": "Sipoo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Gumbostrand, Gumbontie 215",
                "sv": "Ekopiste / Ekopunkt Gumbostrand, Gumbontie 215",
                "en": "Ekopiste / Ekopunkt Gumbostrand, Gumbontie 215"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:70985/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71007",
            "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.649526Z",
            "last_modified_time": "2024-02-06T14:10:26.990303Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "10940",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    22.94124,
                    59.82669
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Aarniometsänkatu",
                "sv": "Urskogsgatan",
                "en": "Aarniometsänkatu"
            },
            "address_locality": {
                "fi": "Hanko",
                "sv": "Hangö",
                "en": "Hanko"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Gunnarsinranta, Aarniometsänkatu",
                "sv": "Ekopiste / Ekopunkt Gunnarsinranta, Aarniometsänkatu",
                "en": "Ekopiste / Ekopunkt Gunnarsinranta, Aarniometsänkatu"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71007/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}