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

{
    "meta": {
        "count": 151419,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=51&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=49&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:60990",
            "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:47.110960Z",
            "last_modified_time": "2024-02-06T13:17:23.573124Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01640",
            "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.780302,
                    60.25445
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "street_address": {
                "fi": "Silatie 1 / Linnaistentie",
                "en": "Silatie 1 / Linnaistentie"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Silatie 1 / Linnaistentie",
                "sv": "Regional insamlingsplats, Silatie 1 / Linnaistentie",
                "en": "Regional collection point, Silatie 1 / Linnaistentie"
            },
            "telephone": null,
            "info_url": null,
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:60990/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71034",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:hyvinkää",
                    "municipality": null,
                    "name": {
                        "fi": "Hyvinkää",
                        "sv": "Hyvinge"
                    }
                }
            ],
            "created_time": "2023-08-15T18:12:24.201017Z",
            "last_modified_time": "2024-02-06T14:10:27.512457Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "05810",
            "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.888706,
                    60.620308
                ]
            },
            "address_locality": {
                "fi": "Hyvinkää",
                "sv": "Hyvinge",
                "en": "Hyvinkää"
            },
            "street_address": {
                "fi": "Sillankorvankatu 66",
                "sv": "Sillankorvankatu 66",
                "en": "Sillankorvankatu 66"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Sillankorvankatu 66",
                "sv": "Regional insamlingsplats, Sillankorvankatu 66",
                "en": "Regional collection point, Sillankorvankatu 66"
            },
            "telephone": null,
            "info_url": null,
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71034/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:61283",
            "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:17:55.083834Z",
            "last_modified_time": "2024-02-06T13:17:30.957884Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01450",
            "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.083157,
                    60.34558
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "street_address": {
                "fi": "Siriuksenpolku / Otavantie",
                "en": "Siriuksenpolku / Otavantie"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Siriuksenpolku / Otavantie",
                "sv": "Regional insamlingsplats, Siriuksenpolku / Otavantie",
                "en": "Regional collection point, Siriuksenpolku / Otavantie"
            },
            "telephone": null,
            "info_url": null,
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61283/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:61346",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-08-15T15:18:11.195696Z",
            "last_modified_time": "2024-02-06T13:17:32.727582Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02600",
            "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.785212,
                    60.211224
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "street_address": {
                "fi": "Siuntionkuja / Siuntiontie",
                "en": "Siuntionkuja / Siuntiontie"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Siuntionkuja / Siuntiontie",
                "sv": "Regional insamlingsplats, Siuntionkuja / Siuntiontie",
                "en": "Regional collection point, Siuntionkuja / Siuntiontie"
            },
            "telephone": null,
            "info_url": null,
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61346/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71169",
            "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.983118Z",
            "last_modified_time": "2024-02-06T14:10:29.772902Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02540",
            "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.399473,
                    60.233925
                ]
            },
            "address_locality": {
                "fi": "Kirkkonummi",
                "sv": "Kyrkslätt",
                "en": "Kirkkonummi"
            },
            "street_address": {
                "fi": "Sjökullantie 285",
                "sv": "Sjökullavägen 285",
                "en": "Sjökullantie 285"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Sjökullantie 285",
                "sv": "Regional insamlingsplats, Sjökullantie 285",
                "en": "Regional collection point, Sjökullantie 285"
            },
            "telephone": null,
            "info_url": null,
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71169/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71512",
            "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:44.843313Z",
            "last_modified_time": "2024-02-06T14:10:36.441875Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "10520",
            "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.300451,
                    60.058178
                ]
            },
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "street_address": {
                "fi": "Pitäjäntie 14",
                "sv": "Sockenvägen 14",
                "en": "Pitäjäntie 14"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Sockenvägen 14",
                "sv": "Regional insamlingsplats, Sockenvägen 14",
                "en": "Regional collection point, Sockenvägen 14"
            },
            "telephone": null,
            "info_url": null,
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71512/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:70925",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:nurmijärvi",
                    "municipality": null,
                    "name": {
                        "fi": "Nurmijärvi",
                        "sv": "Nurmijärvi"
                    }
                }
            ],
            "created_time": "2023-08-15T18:12:06.588233Z",
            "last_modified_time": "2024-02-06T14:10:25.346736Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "05200",
            "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.747637,
                    60.55656
                ]
            },
            "address_locality": {
                "fi": "Nurmijärvi",
                "sv": "Nurmijärvi",
                "en": "Nurmijärvi"
            },
            "street_address": {
                "fi": "Solttilantie",
                "sv": "Solttilantie",
                "en": "Solttilantie"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Solttilantie",
                "sv": "Regional insamlingsplats, Solttilantie",
                "en": "Regional collection point, Solttilantie"
            },
            "telephone": null,
            "info_url": null,
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:70925/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71500",
            "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.836659Z",
            "last_modified_time": "2024-02-06T14:10:36.180527Z",
            "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.409683,
                    59.90103
                ]
            },
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "street_address": {
                "fi": "Sommarönranta 44",
                "sv": "Sommaröstranden 44",
                "en": "Sommarönranta 44"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Sommarönranta 44",
                "sv": "Regional insamlingsplats, Sommarönranta 44",
                "en": "Regional collection point, Sommarönranta 44"
            },
            "telephone": null,
            "info_url": null,
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71500/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:60952",
            "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:35.487235Z",
            "last_modified_time": "2025-01-15T10:09:58.732341Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01450",
            "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.060465,
                    60.35325
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "street_address": {
                "fi": "Sorsatie 1/ Korsontie",
                "sv": "Andvägen 1/ Korsontie",
                "en": "Sorsatie 1/ Korsontie"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Sorsatie 1/ Korsontie",
                "sv": "Regional insamlingsplats, Sorsatie 1/ Korsontie",
                "en": "Regional collection point, Sorsatie 1/ Korsontie"
            },
            "telephone": null,
            "info_url": null,
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:60952/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71006",
            "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.514358Z",
            "last_modified_time": "2024-02-06T14:10:26.970258Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "07500",
            "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.6472,
                    60.514874
                ]
            },
            "address_locality": {
                "fi": "Askola",
                "sv": "Askola",
                "en": "Askola"
            },
            "street_address": {
                "fi": "Sorvasuontie 12 B",
                "sv": "Sorvasuontie 12 B",
                "en": "Sorvasuontie 12 B"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Sorvasuontie 12 B",
                "sv": "Regional insamlingsplats, Sorvasuontie 12 B",
                "en": "Regional collection point, Sorvasuontie 12 B"
            },
            "telephone": null,
            "info_url": null,
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71006/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:60950",
            "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:34.291174Z",
            "last_modified_time": "2024-02-06T13:17:22.373798Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01480",
            "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.11322,
                    60.347477
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "street_address": {
                "fi": "Sorvatie 18 / Sorvapolku",
                "sv": "Sarvvägen 18 / Sorvapolku",
                "en": "Sorvatie 18 / Sorvapolku"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Sorvatie 18 / Sorvapolku",
                "sv": "Regional insamlingsplats, Sorvatie 18 / Sorvapolku",
                "en": "Regional collection point, Sorvatie 18 / Sorvapolku"
            },
            "telephone": null,
            "info_url": null,
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:60950/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:61330",
            "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:18:08.126559Z",
            "last_modified_time": "2024-02-06T13:17:32.372376Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01480",
            "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.11805,
                    60.34514
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "street_address": {
                "fi": "Sorvatie / Rauskutie",
                "en": "Sorvatie / Rauskutie"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Sorvatie / Rauskutie",
                "sv": "Regional insamlingsplats, Sorvatie / Rauskutie",
                "en": "Regional collection point, Sorvatie / Rauskutie"
            },
            "telephone": null,
            "info_url": null,
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61330/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:61053",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-08-15T15:17:03.187965Z",
            "last_modified_time": "2024-02-06T13:17:25.288385Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02360",
            "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.658789,
                    60.138474
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "street_address": {
                "fi": "Soukanlahdentie 1 / Soukan rantatie",
                "sv": "Sököviksvägen 1 / Soukan rantatie",
                "en": "Soukanlahdentie 1 / Soukan rantatie"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Soukanlahdentie 1 / Soukan rantatie",
                "sv": "Regional insamlingsplats, Soukanlahdentie 1 / Soukan rantatie",
                "en": "Regional collection point, Soukanlahdentie 1 / Soukan rantatie"
            },
            "telephone": null,
            "info_url": null,
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61053/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:61082",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-08-15T15:17:09.757732Z",
            "last_modified_time": "2024-02-06T13:17:26.052151Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02360",
            "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.677494,
                    60.132713
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "street_address": {
                "fi": "Soukansyrjä 7 - 11",
                "sv": "Sökösidan 7 - 11",
                "en": "Soukansyrjä 7 - 11"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Soukansyrjä 7 - 11",
                "sv": "Regional insamlingsplats, Soukansyrjä 7 - 11",
                "en": "Regional collection point, Soukansyrjä 7 - 11"
            },
            "telephone": null,
            "info_url": null,
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61082/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71474",
            "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:36.944743Z",
            "last_modified_time": "2024-02-06T14:10:35.684850Z",
            "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.571316,
                    60.067875
                ]
            },
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "street_address": {
                "fi": "Starrbölentie 469",
                "sv": "Starrbölevägen 469",
                "en": "Starrbölentie 469"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Starrbölentie 469",
                "sv": "Regional insamlingsplats, Starrbölentie 469",
                "en": "Regional collection point, Starrbölentie 469"
            },
            "telephone": null,
            "info_url": null,
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71474/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71438",
            "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.891635Z",
            "last_modified_time": "2024-02-06T14:10:35.092117Z",
            "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.646301,
                    60.069775
                ]
            },
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "street_address": {
                "fi": "Stenbrinken-Forsbyvägen",
                "en": "Stenbrinken-Forsbyvägen"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Stenbrinken-Forsbyvägen",
                "sv": "Regional insamlingsplats, Stenbrinken-Forsbyvägen",
                "en": "Regional collection point, Stenbrinken-Forsbyvägen"
            },
            "telephone": null,
            "info_url": null,
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71438/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71574",
            "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.513895Z",
            "last_modified_time": "2024-02-06T14:10:37.678365Z",
            "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.692774,
                    60.07705
                ]
            },
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "street_address": {
                "fi": "Strandberginkatu-Gregoriuksenk",
                "en": "Strandberginkatu-Gregoriuksenk"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Strandberginkatu-Gregoriuksenk",
                "sv": "Regional insamlingsplats, Strandberginkatu-Gregoriuksenk",
                "en": "Regional collection point, Strandberginkatu-Gregoriuksenk"
            },
            "telephone": null,
            "info_url": null,
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71574/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71190",
            "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:47.404009Z",
            "last_modified_time": "2024-02-06T14:10:30.187184Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02450",
            "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.565594,
                    60.151676
                ]
            },
            "address_locality": {
                "fi": "Kirkkonummi",
                "sv": "Kyrkslätt",
                "en": "Kirkkonummi"
            },
            "street_address": {
                "fi": "Sundsberginraitti / Sundsbergintie",
                "en": "Sundsberginraitti / Sundsbergintie"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Sundsberginraitti / Sundsbergintie",
                "sv": "Regional insamlingsplats, Sundsberginraitti / Sundsbergintie",
                "en": "Regional collection point, Sundsberginraitti / Sundsbergintie"
            },
            "telephone": null,
            "info_url": null,
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71190/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:61183",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:suomenlinna",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Suomenlinna",
                        "sv": "Sveaborg"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:ullanlinna",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ullanlinna",
                        "sv": "Ulrikasborg"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:suomenlinna",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Suomenlinna",
                        "sv": "Sveaborg"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T15:17:31.191420Z",
            "last_modified_time": "2024-02-06T13:17:28.324331Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00190",
            "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.988659,
                    60.140617
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "street_address": {
                "fi": "Suomenlinna A 4",
                "sv": "Sveaborg A 4",
                "en": "Suomenlinna A 4"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Suomenlinna A4",
                "sv": "Regional insamlingsplats, Suomenlinna A4",
                "en": "Regional collection point, Suomenlinna A4"
            },
            "telephone": null,
            "info_url": null,
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61183/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:61264",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:ullanlinna",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ullanlinna",
                        "sv": "Ulrikasborg"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:suomenlinna",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Suomenlinna",
                        "sv": "Sveaborg"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:suomenlinna",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Suomenlinna",
                        "sv": "Sveaborg"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T15:17:51.206001Z",
            "last_modified_time": "2024-02-06T13:17:30.504532Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00190",
            "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.984015,
                    60.14762
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "street_address": {
                "fi": "Suomenlinna C 17",
                "sv": "Sveaborg C 17",
                "en": "Suomenlinna C 17"
            },
            "name": {
                "fi": "Alueellinen keräyspiste, Suomenlinna C 17",
                "sv": "Regional insamlingsplats, Suomenlinna C 17",
                "en": "Regional collection point, Suomenlinna C 17"
            },
            "telephone": null,
            "info_url": null,
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61264/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}