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

{
    "meta": {
        "count": 151434,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=161&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=159&show_all_places=true"
    },
    "data": [
        {
            "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
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Inkoo",
                "sv": "Ingå",
                "en": "Inkoo"
            },
            "street_address": {
                "fi": "Degerbyntie 106",
                "sv": "Degerbyvägen 106",
                "en": "Degerbyntie 106"
            },
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Degerby, Degerbyvägen 106",
                "sv": "Ekopiste / Ekopunkt Degerby, Degerbyvägen 106",
                "en": "Ekopiste / Ekopunkt Degerby, Degerbyvägen 106"
            },
            "telephone": null,
            "@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
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Sipoo",
                "sv": "Sibbo",
                "en": "Sipoo"
            },
            "street_address": {
                "fi": "Lintukaari / Lintukoto",
                "en": "Lintukaari / Lintukoto"
            },
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Eriksnäs, Lintukaari / Lintukoto",
                "sv": "Ekopiste / Ekopunkt Eriksnäs, Lintukaari / Lintukoto",
                "en": "Ekopiste / Ekopunkt Eriksnäs, Lintukaari / Lintukoto"
            },
            "telephone": null,
            "@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
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Porvoo",
                "sv": "Borgå",
                "en": "Porvoo"
            },
            "street_address": {
                "fi": "Voolahdentie 767 / Tornikalliontie",
                "sv": "Vålaxvägen 767 / Tornikalliontie",
                "en": "Voolahdentie 767 / Tornikalliontie"
            },
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Fagersta, Voolahdentie 767 / Tornikalliontie",
                "sv": "Ekopiste / Ekopunkt Fagersta, Voolahdentie 767 / Tornikalliontie",
                "en": "Ekopiste / Ekopunkt Fagersta, Voolahdentie 767 / Tornikalliontie"
            },
            "telephone": null,
            "@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
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Inkoo",
                "sv": "Ingå",
                "en": "Inkoo"
            },
            "street_address": {
                "fi": "Fagervik skolvägens avtag",
                "en": "Fagervik skolvägens avtag"
            },
            "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"
            },
            "telephone": null,
            "@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
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Lohja",
                "sv": "Lojo",
                "en": "Lohja"
            },
            "street_address": {
                "fi": "Opettajantie - Anttiinintie",
                "en": "Opettajantie - Anttiinintie"
            },
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Fatja, Opettajantie - Anttiinintie",
                "sv": "Ekopiste / Ekopunkt Fatja, Opettajantie - Anttiinintie",
                "en": "Ekopiste / Ekopunkt Fatja, Opettajantie - Anttiinintie"
            },
            "telephone": null,
            "@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
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "street_address": {
                "fi": "Forsbyvägen - Stenåkersvägen",
                "en": "Forsbyvägen - Stenåkersvägen"
            },
            "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"
            },
            "telephone": null,
            "@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
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Porvoo",
                "sv": "Borgå",
                "en": "Porvoo"
            },
            "street_address": {
                "fi": "Länsitie / Viertotie",
                "en": "Länsitie / Viertotie"
            },
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Gammelbacka, Länsitie / Viertotie",
                "sv": "Ekopiste / Ekopunkt Gammelbacka, Länsitie / Viertotie",
                "en": "Ekopiste / Ekopunkt Gammelbacka, Länsitie / Viertotie"
            },
            "telephone": null,
            "@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
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Sipoo",
                "sv": "Sibbo",
                "en": "Sipoo"
            },
            "street_address": {
                "fi": "Gesterbyntie 83",
                "sv": "Gesterbyvägen 83",
                "en": "Gesterbyntie 83"
            },
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Gesteby, VPK, Gesterbyntie 83",
                "sv": "Ekopiste / Ekopunkt Gesteby, VPK, Gesterbyntie 83",
                "en": "Ekopiste / Ekopunkt Gesteby, VPK, Gesterbyntie 83"
            },
            "telephone": null,
            "@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
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "street_address": {
                "fi": "Kaunislahdentie 99 / Kaunislahdentie 99",
                "sv": "Grundsjövägen 99 / Kaunislahdentie 99",
                "en": "Kaunislahdentie 99 / Kaunislahdentie 99"
            },
            "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"
            },
            "telephone": null,
            "@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
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Lohja",
                "sv": "Lojo",
                "en": "Lohja"
            },
            "street_address": {
                "fi": "Veijolantie 7",
                "sv": "Vejbyvägen 7",
                "en": "Veijolantie 7"
            },
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Gruotila, Veijolantie 7",
                "sv": "Ekopiste / Ekopunkt Gruotila, Veijolantie 7",
                "en": "Ekopiste / Ekopunkt Gruotila, Veijolantie 7"
            },
            "telephone": null,
            "@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
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Sipoo",
                "sv": "Sibbo",
                "en": "Sipoo"
            },
            "street_address": {
                "fi": "Gumbontie 215",
                "sv": "Gumbovägen 215",
                "en": "Gumbontie 215"
            },
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Gumbostrand, Gumbontie 215",
                "sv": "Ekopiste / Ekopunkt Gumbostrand, Gumbontie 215",
                "en": "Ekopiste / Ekopunkt Gumbostrand, Gumbontie 215"
            },
            "telephone": null,
            "@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
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Hanko",
                "sv": "Hangö",
                "en": "Hanko"
            },
            "street_address": {
                "fi": "Aarniometsänkatu",
                "sv": "Urskogsgatan",
                "en": "Aarniometsänkatu"
            },
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Gunnarsinranta, Aarniometsänkatu",
                "sv": "Ekopiste / Ekopunkt Gunnarsinranta, Aarniometsänkatu",
                "en": "Ekopiste / Ekopunkt Gunnarsinranta, Aarniometsänkatu"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71007/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71106",
            "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.528614Z",
            "last_modified_time": "2024-02-06T14:10:28.846417Z",
            "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.202469,
                    60.516857
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Karkkila",
                "sv": "Högfors",
                "en": "Karkkila"
            },
            "street_address": {
                "fi": "Lemmointie 23",
                "sv": "Lemmointie 23",
                "en": "Lemmointie 23"
            },
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Haapala, Lemmointie 23",
                "sv": "Ekopiste / Ekopunkt Haapala, Lemmointie 23",
                "en": "Ekopiste / Ekopunkt Haapala, Lemmointie 23"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71106/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71650",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vihti",
                    "municipality": null,
                    "name": {
                        "fi": "Vihti",
                        "sv": "Vichtis"
                    }
                }
            ],
            "created_time": "2023-08-15T18:14:10.988688Z",
            "last_modified_time": "2024-02-06T14:10:39.120524Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "03400",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.496155,
                    60.466797
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Vihti",
                "sv": "Vichtis",
                "en": "Vihti"
            },
            "street_address": {
                "fi": "Haimoontie 361",
                "sv": "Haimoontie 361",
                "en": "Haimoontie 361"
            },
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Haimoo, Haimoontie 361",
                "sv": "Ekopiste / Ekopunkt Haimoo, Haimoontie 361",
                "en": "Ekopiste / Ekopunkt Haimoo, Haimoontie 361"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71650/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:70950",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:pornainen",
                    "municipality": null,
                    "name": {
                        "fi": "Pornainen",
                        "sv": "Borgnäs"
                    }
                }
            ],
            "created_time": "2023-08-15T18:12:10.432638Z",
            "last_modified_time": "2024-02-06T14:10:25.837109Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "07190",
            "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.319948,
                    60.521095
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Pornainen",
                "sv": "Borgnäs",
                "en": "Pornainen"
            },
            "street_address": {
                "fi": "Nummentie 4 / Pornaistentie 500",
                "sv": "Nummentie 4 / Pornaistentie 500",
                "en": "Nummentie 4 / Pornaistentie 500"
            },
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Halkia koulu, Nummentie 4 / Pornaistentie 500",
                "sv": "Ekopiste / Ekopunkt Halkia koulu, Nummentie 4 / Pornaistentie 500",
                "en": "Ekopiste / Ekopunkt Halkia koulu, Nummentie 4 / Pornaistentie 500"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:70950/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71580",
            "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.605922Z",
            "last_modified_time": "2024-02-06T14:10:37.796919Z",
            "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.644995,
                    60.0867
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "street_address": {
                "fi": "Bagarevägen 1 / Leipurintie 1",
                "en": "Bagarevägen 1 / Leipurintie 1"
            },
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Hammarborg-Billnäs, Bagarevägen 1 / Leipurintie 1",
                "sv": "Ekopiste / Ekopunkt Hammarborg-Billnäs, Bagarevägen 1 / Leipurintie 1",
                "en": "Ekopiste / Ekopunkt Hammarborg-Billnäs, Bagarevägen 1 / Leipurintie 1"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71580/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71021",
            "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:22.201788Z",
            "last_modified_time": "2024-02-06T14:10:27.279982Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "10900",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    22.94847,
                    59.842133
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Hanko",
                "sv": "Hangö",
                "en": "Hanko"
            },
            "street_address": {
                "fi": "Tiilitehtaantie / Hangonkyläntie",
                "en": "Tiilitehtaantie / Hangonkyläntie"
            },
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Hangonkylän satama, Tiilitehtaantie / Hangonkyläntie",
                "sv": "Ekopiste / Ekopunkt Hangonkylän satama, Tiilitehtaantie / Hangonkyläntie",
                "en": "Ekopiste / Ekopunkt Hangonkylän satama, Tiilitehtaantie / Hangonkyläntie"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71021/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:70990",
            "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.835316Z",
            "last_modified_time": "2024-02-06T14:10:26.689582Z",
            "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.309818,
                    60.302322
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Sipoo",
                "sv": "Sibbo",
                "en": "Sipoo"
            },
            "street_address": {
                "fi": "Möträskintie 1 / Hansaksenkaari",
                "sv": "Möträskvägen 1 / Hansaksenkaari",
                "en": "Möträskintie 1 / Hansaksenkaari"
            },
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Hansas, Möträskintie 1 / Hansaksenkaari",
                "sv": "Ekopiste / Ekopunkt Hansas, Möträskintie 1 / Hansaksenkaari",
                "en": "Ekopiste / Ekopunkt Hansas, Möträskintie 1 / Hansaksenkaari"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:70990/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71457",
            "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:33.866781Z",
            "last_modified_time": "2024-02-06T14:10:35.394980Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "10680",
            "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.302896,
                    59.934177
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "street_address": {
                "fi": "Mannerheimintie 57",
                "sv": "Mannerheimvägen 57",
                "en": "Mannerheimintie 57"
            },
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Harparskog, Mannerheimvägen 57",
                "sv": "Ekopiste / Ekopunkt Harparskog, Mannerheimvägen 57",
                "en": "Ekopiste / Ekopunkt Harparskog, Mannerheimvägen 57"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71457/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71123",
            "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:38.555824Z",
            "last_modified_time": "2024-02-06T14:10:29.178545Z",
            "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.229858,
                    60.533714
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Karkkila",
                "sv": "Högfors",
                "en": "Karkkila"
            },
            "street_address": {
                "fi": "Helsingintie 18",
                "sv": "Helsingintie 18",
                "en": "Helsingintie 18"
            },
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Helsingintien pallokenttä, Helsingintie 18",
                "sv": "Ekopiste / Ekopunkt Helsingintien pallokenttä, Helsingintie 18",
                "en": "Ekopiste / Ekopunkt Helsingintien pallokenttä, Helsingintie 18"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71123/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}