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

{
    "meta": {
        "count": 151413,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=35&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=33&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:71588",
            "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:58.965329Z",
            "last_modified_time": "2024-02-06T14:10:37.968101Z",
            "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.64857,
                    60.07046
                ]
            },
            "street_address": {
                "fi": "Keskuskatu 121",
                "sv": "Centralgatan 121",
                "en": "Keskuskatu 121"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Centralgatan 121",
                "sv": "Regional insamlingsplats, Centralgatan 121",
                "en": "Regional collection point, Centralgatan 121"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71588/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71319",
            "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:09.562191Z",
            "last_modified_time": "2024-02-06T14:10:32.777869Z",
            "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.218534,
                    60.459335
                ]
            },
            "street_address": {
                "fi": "Chiewitzinkatu 13",
                "sv": "Chiewitzgatan 13",
                "en": "Chiewitzinkatu 13"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Chiewitzinkatu 13",
                "sv": "Regional insamlingsplats, Chiewitzinkatu 13",
                "en": "Regional collection point, Chiewitzinkatu 13"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Loviisa",
                "sv": "Lovisa",
                "en": "Loviisa"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71319/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71562",
            "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:54.240765Z",
            "last_modified_time": "2024-02-06T14:10:37.415202Z",
            "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.518703,
                    60.090534
                ]
            },
            "street_address": {
                "fi": "Dalkarbyntie-Rantatie",
                "en": "Dalkarbyntie-Rantatie"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Dalkarbyntie-Rantatie",
                "sv": "Regional insamlingsplats, Dalkarbyntie-Rantatie",
                "en": "Regional collection point, Dalkarbyntie-Rantatie"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71562/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:70899",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:loviisa",
                    "municipality": null,
                    "name": {
                        "fi": "Loviisa",
                        "sv": "Lovisa"
                    }
                }
            ],
            "created_time": "2023-08-15T18:12:02.737768Z",
            "last_modified_time": "2024-02-06T14:10:24.919129Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "07910",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    26.24565,
                    60.41359
                ]
            },
            "street_address": {
                "fi": "Eestintie 62",
                "sv": "Estlandsvägen 62",
                "en": "Eestintie 62"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Eestintie 62",
                "sv": "Regional insamlingsplats, Eestintie 62",
                "en": "Regional collection point, Eestintie 62"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Loviisa",
                "sv": "Lovisa",
                "en": "Loviisa"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:70899/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71318",
            "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:09.432451Z",
            "last_modified_time": "2024-02-06T14:10:32.759083Z",
            "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.226595,
                    60.442993
                ]
            },
            "street_address": {
                "fi": "Englannintie 2",
                "en": "Englannintie 2"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Englannintie 2",
                "sv": "Regional insamlingsplats, Englannintie 2",
                "en": "Regional collection point, Englannintie 2"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Loviisa",
                "sv": "Lovisa",
                "en": "Loviisa"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71318/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71461",
            "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:34.138395Z",
            "last_modified_time": "2024-02-06T14:10:35.433257Z",
            "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.685766,
                    60.080906
                ]
            },
            "street_address": {
                "fi": "Espinginkatu 2",
                "sv": "Espingsgatan 2",
                "en": "Espinginkatu 2"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Espinginkatu 2",
                "sv": "Regional insamlingsplats, Espinginkatu 2",
                "en": "Regional collection point, Espinginkatu 2"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71461/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71010",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:hanko",
                    "municipality": null,
                    "name": {
                        "fi": "Hanko",
                        "sv": "Hangö"
                    }
                }
            ],
            "created_time": "2023-08-15T18:12:20.058033Z",
            "last_modified_time": "2024-02-06T14:10:27.050667Z",
            "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.975092,
                    59.828953
                ]
            },
            "street_address": {
                "fi": "Esplanadi 81",
                "en": "Esplanadi 81"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Esplanadi 81",
                "sv": "Regional insamlingsplats, Esplanadi 81",
                "en": "Regional collection point, Esplanadi 81"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Hanko",
                "sv": "Hangö",
                "en": "Hanko"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71010/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71008",
            "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.789859Z",
            "last_modified_time": "2024-02-06T14:10:27.011207Z",
            "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.974377,
                    59.82867
                ]
            },
            "street_address": {
                "fi": "Esplanadi 98",
                "en": "Esplanadi 98"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Esplanadi 98",
                "sv": "Regional insamlingsplats, Esplanadi 98",
                "en": "Regional collection point, Esplanadi 98"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Hanko",
                "sv": "Hangö",
                "en": "Hanko"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71008/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71165",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:kirkkonummi",
                    "municipality": null,
                    "name": {
                        "fi": "Kirkkonummi",
                        "sv": "Kyrkslätt"
                    }
                }
            ],
            "created_time": "2023-08-15T18:12:43.289317Z",
            "last_modified_time": "2024-02-06T14:10:29.681936Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02520",
            "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.44737,
                    60.22272
                ]
            },
            "street_address": {
                "fi": "Evitskogintie 101",
                "sv": "Evitskogsvägen 101",
                "en": "Evitskogintie 101"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Evitskogintie 101",
                "sv": "Regional insamlingsplats, Evitskogintie 101",
                "en": "Regional collection point, Evitskogintie 101"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Kirkkonummi",
                "sv": "Kyrkslätt",
                "en": "Kirkkonummi"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71165/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71516",
            "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.385691Z",
            "last_modified_time": "2024-02-06T14:10:36.519833Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "10440",
            "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.532106,
                    60.105957
                ]
            },
            "street_address": {
                "fi": "Fiskarsintie 38",
                "sv": "Fiskarsvägen 38",
                "en": "Fiskarsintie 38"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Fiskarsintie 38",
                "sv": "Regional insamlingsplats, Fiskarsintie 38",
                "en": "Regional collection point, Fiskarsintie 38"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71516/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71494",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:raasepori",
                    "municipality": null,
                    "name": {
                        "fi": "Raasepori",
                        "sv": "Raseborg"
                    }
                }
            ],
            "created_time": "2023-08-15T18:13:41.033049Z",
            "last_modified_time": "2024-02-06T14:10:36.053995Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "10440",
            "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.54031,
                    60.10343
                ]
            },
            "street_address": {
                "fi": "Fiskarsintie-Hållsintie",
                "en": "Fiskarsintie-Hållsintie"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Fiskarsintie-Hållsintie",
                "sv": "Regional insamlingsplats, Fiskarsintie-Hållsintie",
                "en": "Regional collection point, Fiskarsintie-Hållsintie"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71494/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:70882",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:loviisa",
                    "municipality": null,
                    "name": {
                        "fi": "Loviisa",
                        "sv": "Lovisa"
                    }
                }
            ],
            "created_time": "2023-08-15T18:12:00.267831Z",
            "last_modified_time": "2024-02-06T14:10:24.540101Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "07970",
            "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.462736,
                    60.526157
                ]
            },
            "street_address": {
                "fi": "Forsellesintie 2",
                "sv": "Forsellesvägen 2",
                "en": "Forsellesintie 2"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Forsellesintie 2",
                "sv": "Regional insamlingsplats, Forsellesintie 2",
                "en": "Regional collection point, Forsellesintie 2"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Loviisa",
                "sv": "Lovisa",
                "en": "Loviisa"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:70882/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71396",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:porvoo",
                    "municipality": null,
                    "name": {
                        "fi": "Porvoo",
                        "sv": "Borgå"
                    }
                }
            ],
            "created_time": "2023-08-15T18:13:23.790224Z",
            "last_modified_time": "2024-02-06T14:10:34.305902Z",
            "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.640348,
                    60.387478
                ]
            },
            "street_address": {
                "fi": "Gammelbackantie/Partiomiehentie",
                "en": "Gammelbackantie/Partiomiehentie"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Gammelbackantie/Partiomiehentie",
                "sv": "Regional insamlingsplats, Gammelbackantie/Partiomiehentie",
                "en": "Regional collection point, Gammelbackantie/Partiomiehentie"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Porvoo",
                "sv": "Borgå",
                "en": "Porvoo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71396/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71012",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:hanko",
                    "municipality": null,
                    "name": {
                        "fi": "Hanko",
                        "sv": "Hangö"
                    }
                }
            ],
            "created_time": "2023-08-15T18:12:20.656525Z",
            "last_modified_time": "2024-02-06T14:10:27.091808Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "10820",
            "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.239609,
                    59.90308
                ]
            },
            "street_address": {
                "fi": "Grabbersintie 6",
                "sv": "Grabbersvägen 6",
                "en": "Grabbersintie 6"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Grabbersintie 6",
                "sv": "Regional insamlingsplats, Grabbersintie 6",
                "en": "Regional collection point, Grabbersintie 6"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Hanko",
                "sv": "Hangö",
                "en": "Hanko"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71012/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71480",
            "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:37.350668Z",
            "last_modified_time": "2024-02-06T14:10:35.742967Z",
            "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.697784,
                    60.07766
                ]
            },
            "street_address": {
                "fi": "Gregoriuksenkatu 6",
                "sv": "Gregoriusgatan 6",
                "en": "Gregoriuksenkatu 6"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Gregoriuksenkatu 6",
                "sv": "Regional insamlingsplats, Gregoriuksenkatu 6",
                "en": "Regional collection point, Gregoriuksenkatu 6"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71480/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:70973",
            "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.332730Z",
            "last_modified_time": "2024-02-06T14:10:26.332450Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01120",
            "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.280361,
                    60.269848
                ]
            },
            "street_address": {
                "fi": "Gumbontie / Uusi Porvoontie",
                "en": "Gumbontie / Uusi Porvoontie"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Gumbontie / Uusi Porvoontie",
                "sv": "Regional insamlingsplats, Gumbontie / Uusi Porvoontie",
                "en": "Regional collection point, Gumbontie / Uusi Porvoontie"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Sipoo",
                "sv": "Sibbo",
                "en": "Sipoo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:70973/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71505",
            "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:43.140419Z",
            "last_modified_time": "2024-02-06T14:10:36.278960Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "10470",
            "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.546385,
                    60.12825
                ]
            },
            "street_address": {
                "fi": "Gästerbyntie-Puistomäki",
                "en": "Gästerbyntie-Puistomäki"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Gästerbyntie-Puistomäki",
                "sv": "Regional insamlingsplats, Gästerbyntie-Puistomäki",
                "en": "Regional collection point, Gästerbyntie-Puistomäki"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71505/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71499",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:raasepori",
                    "municipality": null,
                    "name": {
                        "fi": "Raasepori",
                        "sv": "Raseborg"
                    }
                }
            ],
            "created_time": "2023-08-15T18:13:41.705808Z",
            "last_modified_time": "2024-02-06T14:10:36.158288Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "10470",
            "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.553604,
                    60.122967
                ]
            },
            "street_address": {
                "fi": "Gästerbyntie-Taetie",
                "en": "Gästerbyntie-Taetie"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Gästerbyntie-Taetie",
                "sv": "Regional insamlingsplats, Gästerbyntie-Taetie",
                "en": "Regional collection point, Gästerbyntie-Taetie"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71499/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71359",
            "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.256623Z",
            "last_modified_time": "2024-02-06T14:10:33.528312Z",
            "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.612192,
                    60.354614
                ]
            },
            "street_address": {
                "fi": "Haikkoonmetsänkatu 14",
                "sv": "Haikoskogsgatan 14",
                "en": "Haikkoonmetsänkatu 14"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Haikkoonmetsänkatu 14",
                "sv": "Regional insamlingsplats, Haikkoonmetsänkatu 14",
                "en": "Regional collection point, Haikkoonmetsänkatu 14"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Porvoo",
                "sv": "Borgå",
                "en": "Porvoo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71359/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:60944",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-08-15T15:16:33.138661Z",
            "last_modified_time": "2024-02-06T13:17:22.188675Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01200",
            "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.123781,
                    60.286995
                ]
            },
            "street_address": {
                "fi": "Hakunilantie 76",
                "sv": "Håkansbölevägen 76",
                "en": "Hakunilantie 76"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Hakunilantie 76",
                "sv": "Regional insamlingsplats, Hakunilantie 76",
                "en": "Regional collection point, Hakunilantie 76"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:60944/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}