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

{
    "meta": {
        "count": 151671,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=166&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=164&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:71306",
            "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:07.326101Z",
            "last_modified_time": "2024-02-06T14:10:32.480891Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "07900",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    26.217594,
                    60.448555
                ]
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Rauhala, Rauhalantie 57 / Petaksentie",
                "sv": "Ekopiste / Ekopunkt Rauhala, Rauhalantie 57 / Petaksentie",
                "en": "Ekopiste / Ekopunkt Rauhala, Rauhalantie 57 / Petaksentie"
            },
            "description": null,
            "telephone": null,
            "address_locality": {
                "fi": "Loviisa",
                "sv": "Lovisa",
                "en": "Loviisa"
            },
            "info_url": null,
            "street_address": {
                "fi": "Rauhalantie 57 / Petaksentie",
                "sv": "Fredsbyvägen 57 / Petaksentie",
                "en": "Rauhalantie 57 / Petaksentie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71306/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71205",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:lohja",
                    "municipality": null,
                    "name": {
                        "fi": "Lohja",
                        "sv": "Lojo"
                    }
                }
            ],
            "created_time": "2023-08-15T18:12:50.196202Z",
            "last_modified_time": "2024-02-06T14:10:30.454399Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "08350",
            "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.066813,
                    60.27473
                ]
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Routiontie, Routiontie 20",
                "sv": "Ekopiste / Ekopunkt Routiontie, Routiontie 20",
                "en": "Ekopiste / Ekopunkt Routiontie, Routiontie 20"
            },
            "description": null,
            "telephone": null,
            "address_locality": {
                "fi": "Lohja",
                "sv": "Lojo",
                "en": "Lohja"
            },
            "info_url": null,
            "street_address": {
                "fi": "Routiontie 20",
                "sv": "Routiovägen 20",
                "en": "Routiontie 20"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71205/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71517",
            "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.533512Z",
            "last_modified_time": "2024-02-06T14:10:36.539320Z",
            "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.725197,
                    59.94109
                ]
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Sandnäsudd, Sandnäsuddvägen",
                "sv": "Ekopiste / Ekopunkt Sandnäsudd, Sandnäsuddvägen",
                "en": "Ekopiste / Ekopunkt Sandnäsudd, Sandnäsuddvägen"
            },
            "description": null,
            "telephone": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "info_url": null,
            "street_address": {
                "fi": "Sandnäsuddvägen",
                "en": "Sandnäsuddvägen"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71517/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71657",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vihti",
                    "municipality": null,
                    "name": {
                        "fi": "Vihti",
                        "sv": "Vichtis"
                    }
                }
            ],
            "created_time": "2023-08-15T18:14:11.855999Z",
            "last_modified_time": "2024-02-06T14:10:39.224081Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "03320",
            "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.52206,
                    60.431286
                ]
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Selki, Selintie 515",
                "sv": "Ekopiste / Ekopunkt Selki, Selintie 515",
                "en": "Ekopiste / Ekopunkt Selki, Selintie 515"
            },
            "description": null,
            "telephone": null,
            "address_locality": {
                "fi": "Vihti",
                "sv": "Vichtis",
                "en": "Vihti"
            },
            "info_url": null,
            "street_address": {
                "fi": "Selintie 515",
                "sv": "Selintie 515",
                "en": "Selintie 515"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71657/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71575",
            "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.653049Z",
            "last_modified_time": "2024-02-06T14:10:37.700142Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "10420",
            "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.551214,
                    60.10193
                ]
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Shell Skuru, Gamla Åbovägen 1",
                "sv": "Ekopiste / Ekopunkt Shell Skuru, Gamla Åbovägen 1",
                "en": "Ekopiste / Ekopunkt Shell Skuru, Gamla Åbovägen 1"
            },
            "description": null,
            "telephone": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "info_url": null,
            "street_address": {
                "fi": "Vanha Turuntie 1",
                "sv": "Gamla Åbovägen 1",
                "en": "Vanha Turuntie 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71575/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71105",
            "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:35.395901Z",
            "last_modified_time": "2024-02-06T14:10:28.827315Z",
            "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.231499,
                    60.583225
                ]
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Siikala, Siikalantie - Suoniementie, kuivurin piha",
                "sv": "Ekopiste / Ekopunkt Siikala, Siikalantie - Suoniementie, kuivurin piha",
                "en": "Ekopiste / Ekopunkt Siikala, Siikalantie - Suoniementie, kuivurin piha"
            },
            "description": null,
            "telephone": null,
            "address_locality": {
                "fi": "Karkkila",
                "sv": "Högfors",
                "en": "Karkkila"
            },
            "info_url": null,
            "street_address": {
                "fi": "Siikalantie - Suoniementie, kuivurin piha",
                "en": "Siikalantie - Suoniementie, kuivurin piha"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71105/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71432",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:raasepori",
                    "municipality": null,
                    "name": {
                        "fi": "Raasepori",
                        "sv": "Raseborg"
                    }
                }
            ],
            "created_time": "2023-08-15T18:13:30.002338Z",
            "last_modified_time": "2024-02-06T14:10:35.012599Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "10710",
            "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.65172,
                    60.00677
                ]
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Snappertuna, Gamla kustvägen",
                "sv": "Ekopiste / Ekopunkt Snappertuna, Gamla kustvägen",
                "en": "Ekopiste / Ekopunkt Snappertuna, Gamla kustvägen"
            },
            "description": null,
            "telephone": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "info_url": null,
            "street_address": {
                "fi": "Vanha Rannikkotie",
                "sv": "Gamla Kustvägen",
                "en": "Vanha Rannikkotie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71432/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71545",
            "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:51.223685Z",
            "last_modified_time": "2024-02-06T14:10:37.131348Z",
            "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.40948,
                    59.900948
                ]
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Sommarö, Sommaröstranden",
                "sv": "Ekopiste / Ekopunkt Sommarö, Sommaröstranden",
                "en": "Ekopiste / Ekopunkt Sommarö, Sommaröstranden"
            },
            "description": null,
            "telephone": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "info_url": null,
            "street_address": {
                "fi": "Sommarönranta",
                "sv": "Sommaröstranden",
                "en": "Sommarönranta"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71545/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71355",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:porvoo",
                    "municipality": null,
                    "name": {
                        "fi": "Porvoo",
                        "sv": "Borgå"
                    }
                }
            ],
            "created_time": "2023-08-15T18:13:15.732660Z",
            "last_modified_time": "2024-02-06T14:10:33.452521Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "06200",
            "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.772985,
                    60.270466
                ]
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Sondby, Vessööntie / Suomenrannantie",
                "sv": "Ekopiste / Ekopunkt Sondby, Vessööntie / Suomenrannantie",
                "en": "Ekopiste / Ekopunkt Sondby, Vessööntie / Suomenrannantie"
            },
            "description": null,
            "telephone": null,
            "address_locality": {
                "fi": "Porvoo",
                "sv": "Borgå",
                "en": "Porvoo"
            },
            "info_url": null,
            "street_address": {
                "fi": "Vessööntie / Suomenrannantie",
                "en": "Vessööntie / Suomenrannantie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71355/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:70983",
            "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:12:15.884660Z",
            "last_modified_time": "2024-02-06T14:10:26.540292Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "06880",
            "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.509855,
                    60.27353
                ]
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Spjutsund, Spjutsundintie 963",
                "sv": "Ekopiste / Ekopunkt Spjutsund, Spjutsundintie 963",
                "en": "Ekopiste / Ekopunkt Spjutsund, Spjutsundintie 963"
            },
            "description": null,
            "telephone": null,
            "address_locality": {
                "fi": "Sipoo",
                "sv": "Sibbo",
                "en": "Sipoo"
            },
            "info_url": null,
            "street_address": {
                "fi": "Spjutsundintie 963",
                "sv": "Spjutsundsvägen 963",
                "en": "Spjutsundintie 963"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:70983/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71597",
            "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:14:00.735735Z",
            "last_modified_time": "2024-02-06T14:10:38.137270Z",
            "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.237404,
                    60.259407
                ]
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Storören, Storörenintie 7",
                "sv": "Ekopiste / Ekopunkt Storören, Storörenintie 7",
                "en": "Ekopiste / Ekopunkt Storören, Storörenintie 7"
            },
            "description": null,
            "telephone": null,
            "address_locality": {
                "fi": "Sipoo",
                "sv": "Sibbo",
                "en": "Sipoo"
            },
            "info_url": null,
            "street_address": {
                "fi": "Storörenintie 7",
                "en": "Storörenintie 7"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71597/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71606",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:siuntio",
                    "municipality": null,
                    "name": {
                        "fi": "Siuntio",
                        "sv": "Sjundeå"
                    }
                }
            ],
            "created_time": "2023-08-15T18:14:02.457189Z",
            "last_modified_time": "2024-02-06T14:10:38.295198Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02580",
            "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.2983,
                    60.08211
                ]
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Störsvik, Störsviksvägen 150",
                "sv": "Ekopiste / Ekopunkt Störsvik, Störsviksvägen 150",
                "en": "Ekopiste / Ekopunkt Störsvik, Störsviksvägen 150"
            },
            "description": null,
            "telephone": null,
            "address_locality": {
                "fi": "Siuntio",
                "sv": "Sjundeå",
                "en": "Siuntio"
            },
            "info_url": null,
            "street_address": {
                "fi": "Störsvikintie 150",
                "sv": "Störsviksvägen 150",
                "en": "Störsvikintie 150"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71606/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71104",
            "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:35.266670Z",
            "last_modified_time": "2024-02-06T14:10:28.806910Z",
            "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.217918,
                    60.53645
                ]
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Sudetti, Syrjäsenkatu",
                "sv": "Ekopiste / Ekopunkt Sudetti, Syrjäsenkatu",
                "en": "Ekopiste / Ekopunkt Sudetti, Syrjäsenkatu"
            },
            "description": null,
            "telephone": null,
            "address_locality": {
                "fi": "Karkkila",
                "sv": "Högfors",
                "en": "Karkkila"
            },
            "info_url": null,
            "street_address": {
                "fi": "Syrjäsenkatu",
                "sv": "Syrjäsenkatu",
                "en": "Syrjäsenkatu"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71104/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71003",
            "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.109771Z",
            "last_modified_time": "2024-02-06T14:10:26.907817Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "07590",
            "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.715834,
                    60.51668
                ]
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Särkijärven kauppa, Myrskyläntie 451",
                "sv": "Ekopiste / Ekopunkt Särkijärven kauppa, Myrskyläntie 451",
                "en": "Ekopiste / Ekopunkt Särkijärven kauppa, Myrskyläntie 451"
            },
            "description": null,
            "telephone": null,
            "address_locality": {
                "fi": "Askola",
                "sv": "Askola",
                "en": "Askola"
            },
            "info_url": null,
            "street_address": {
                "fi": "Myrskyläntie 451",
                "sv": "Myrskyläntie 451",
                "en": "Myrskyläntie 451"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71003/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71254",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:lohja",
                    "municipality": null,
                    "name": {
                        "fi": "Lohja",
                        "sv": "Lojo"
                    }
                }
            ],
            "created_time": "2023-08-15T18:12:58.537653Z",
            "last_modified_time": "2024-02-06T14:10:31.468578Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "08680",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.189215,
                    60.28858
                ]
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Takaniityntie, Takaniityntie",
                "sv": "Ekopiste / Ekopunkt Takaniityntie, Takaniityntie",
                "en": "Ekopiste / Ekopunkt Takaniityntie, Takaniityntie"
            },
            "description": null,
            "telephone": null,
            "address_locality": {
                "fi": "Lohja",
                "sv": "Lojo",
                "en": "Lohja"
            },
            "info_url": null,
            "street_address": {
                "fi": "Takaniityntie",
                "sv": "Takaniittyvägen",
                "en": "Takaniityntie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71254/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71314",
            "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:08.882537Z",
            "last_modified_time": "2024-02-06T14:10:32.662147Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "07900",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    26.440704,
                    60.36366
                ]
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Tallbacka, Tallbackantie 133, Tallbackan pienvenesatama",
                "sv": "Ekopiste / Ekopunkt Tallbacka, Tallbackantie 133, Tallbackan pienvenesatama",
                "en": "Ekopiste / Ekopunkt Tallbacka, Tallbackantie 133, Tallbackan pienvenesatama"
            },
            "description": null,
            "telephone": null,
            "address_locality": {
                "fi": "Loviisa",
                "sv": "Lovisa",
                "en": "Loviisa"
            },
            "info_url": null,
            "street_address": {
                "fi": "Tallbackantie 133, Tallbackan pienvenesatama",
                "sv": "Tallbackavägen 133, Tallbackan pienvenesatama",
                "en": "Tallbackantie 133, Tallbackan pienvenesatama"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71314/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71544",
            "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:51.085150Z",
            "last_modified_time": "2024-02-06T14:10:37.111374Z",
            "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.68809,
                    60.073532
                ]
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Tallmo, Centralgatan 26",
                "sv": "Ekopiste / Ekopunkt Tallmo, Centralgatan 26",
                "en": "Ekopiste / Ekopunkt Tallmo, Centralgatan 26"
            },
            "description": null,
            "telephone": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "info_url": null,
            "street_address": {
                "fi": "Keskuskatu 26",
                "sv": "Centralgatan 26",
                "en": "Keskuskatu 26"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71544/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:70980",
            "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:15.137242Z",
            "last_modified_time": "2024-02-06T14:10:26.459838Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "04240",
            "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.170023,
                    60.40788
                ]
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Talma, Satotalmantie/Martinkyläntie",
                "sv": "Ekopiste / Ekopunkt Talma, Satotalmantie/Martinkyläntie",
                "en": "Ekopiste / Ekopunkt Talma, Satotalmantie/Martinkyläntie"
            },
            "description": null,
            "telephone": null,
            "address_locality": {
                "fi": "Sipoo",
                "sv": "Sibbo",
                "en": "Sipoo"
            },
            "info_url": null,
            "street_address": {
                "fi": "Satotalmantie/Martinkyläntie",
                "en": "Satotalmantie/Martinkyläntie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:70980/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71361",
            "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.964155Z",
            "last_modified_time": "2024-02-06T14:10:33.570034Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "07360",
            "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.897295,
                    60.24775
                ]
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Tirmo, Tirmonpolku 1",
                "sv": "Ekopiste / Ekopunkt Tirmo, Tirmonpolku 1",
                "en": "Ekopiste / Ekopunkt Tirmo, Tirmonpolku 1"
            },
            "description": null,
            "telephone": null,
            "address_locality": {
                "fi": "Porvoo",
                "sv": "Borgå",
                "en": "Porvoo"
            },
            "info_url": null,
            "street_address": {
                "fi": "Tirmonpolku 1",
                "sv": "Tirmostigen 1",
                "en": "Tirmonpolku 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71361/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71551",
            "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:51.986719Z",
            "last_modified_time": "2024-02-06T14:10:37.186329Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "10660",
            "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.397757,
                    59.98426
                ]
            },
            "name": {
                "fi": "Ekopiste / Ekopunkt Trollböle, Trollbölevägen 40 / Amiralsvängen",
                "sv": "Ekopiste / Ekopunkt Trollböle, Trollbölevägen 40 / Amiralsvängen",
                "en": "Ekopiste / Ekopunkt Trollböle, Trollbölevägen 40 / Amiralsvängen"
            },
            "description": null,
            "telephone": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "info_url": null,
            "street_address": {
                "fi": "Trollbölentie 40 / Amiralsvängen",
                "sv": "Trollbölevägen 40 / Amiralsvängen",
                "en": "Trollbölentie 40 / Amiralsvängen"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71551/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}