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": 151716,
        "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:71206",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:lohja",
                    "municipality": null,
                    "name": {
                        "fi": "Lohja",
                        "sv": "Lojo"
                    }
                }
            ],
            "created_time": "2023-08-15T18:12:50.338583Z",
            "last_modified_time": "2024-02-06T14:10:30.490647Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "08100",
            "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.060555,
                    60.265247
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Sahakatu / Karstuntie",
                "en": "Sahakatu / Karstuntie"
            },
            "description": null,
            "address_locality": {
                "fi": "Lohja",
                "sv": "Lojo",
                "en": "Lohja"
            },
            "telephone": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Sahakatu / Karstuntie",
                "sv": "Regional insamlingsplats, Sahakatu / Karstuntie",
                "en": "Regional collection point, Sahakatu / Karstuntie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71206/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:61354",
            "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:13.249361Z",
            "last_modified_time": "2024-02-06T13:17:32.916868Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02770",
            "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.652206,
                    60.200222
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Samariantie / Honkaportti",
                "en": "Samariantie / Honkaportti"
            },
            "description": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "telephone": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Samariantie / Honkaportti",
                "sv": "Regional insamlingsplats, Samariantie / Honkaportti",
                "en": "Regional collection point, Samariantie / Honkaportti"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61354/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71456",
            "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.732517Z",
            "last_modified_time": "2024-02-06T14:10:35.375165Z",
            "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.73708,
                    60.08477
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Sannäsintie-Nybyntie",
                "en": "Sannäsintie-Nybyntie"
            },
            "description": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "telephone": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Sannäsintie-Nybyntie",
                "sv": "Regional insamlingsplats, Sannäsintie-Nybyntie",
                "en": "Regional collection point, Sannäsintie-Nybyntie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71456/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:60926",
            "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:27.562617Z",
            "last_modified_time": "2024-02-06T13:17:21.640507Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01730",
            "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.868164,
                    60.32634
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Santakuopantie 2",
                "sv": "Sandgropsvägen 2",
                "en": "Santakuopantie 2"
            },
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "telephone": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Santakuopantie 2",
                "sv": "Regional insamlingsplats, Santakuopantie 2",
                "en": "Regional collection point, Santakuopantie 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:60926/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:61316",
            "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:04.502493Z",
            "last_modified_time": "2024-02-06T13:17:31.951629Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01630",
            "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.800262,
                    60.26594
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Santamäentie/Sahratie",
                "en": "Santamäentie/Sahratie"
            },
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "telephone": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Santamäentie/Sahratie",
                "sv": "Regional insamlingsplats, Santamäentie/Sahratie",
                "en": "Regional collection point, Santamäentie/Sahratie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61316/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71488",
            "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:39.539716Z",
            "last_modified_time": "2024-02-06T14:10:35.908404Z",
            "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.55799,
                    60.10186
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Satamatie",
                "sv": "Hamnvägen",
                "en": "Satamatie"
            },
            "description": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "telephone": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Satamatie",
                "sv": "Regional insamlingsplats, Satamatie",
                "en": "Regional collection point, Satamatie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71488/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:60936",
            "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:30.620359Z",
            "last_modified_time": "2025-01-16T06:09:46.868329Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01390",
            "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.021006,
                    60.332546
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Satutie",
                "sv": "Sagovägen",
                "en": "Satutie"
            },
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "telephone": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Satutie",
                "sv": "Regional insamlingsplats, Satutie",
                "en": "Regional collection point, Satutie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:60936/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71599",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:sipoo",
                    "municipality": null,
                    "name": {
                        "fi": "Sipoo",
                        "sv": "Sibbo"
                    }
                }
            ],
            "created_time": "2023-08-15T18:14:01.311934Z",
            "last_modified_time": "2024-02-06T14:10:38.178500Z",
            "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.288183,
                    60.3779
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Sedäntie 32",
                "sv": "Farbrorsvägen 32",
                "en": "Sedäntie 32"
            },
            "description": null,
            "address_locality": {
                "fi": "Sipoo",
                "sv": "Sibbo",
                "en": "Sipoo"
            },
            "telephone": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Sedäntie 32",
                "sv": "Regional insamlingsplats, Sedäntie 32",
                "en": "Regional collection point, Sedäntie 32"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71599/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71215",
            "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:51.904210Z",
            "last_modified_time": "2024-02-06T14:10:30.689200Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "09810",
            "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.885317,
                    60.391846
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Siipoontie 1",
                "sv": "Siipoontie 1",
                "en": "Siipoontie 1"
            },
            "description": null,
            "address_locality": {
                "fi": "Lohja",
                "sv": "Lojo",
                "en": "Lohja"
            },
            "telephone": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Siipoontie 1",
                "sv": "Regional insamlingsplats, Siipoontie 1",
                "en": "Regional collection point, Siipoontie 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71215/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "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
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Silatie 1 / Linnaistentie",
                "en": "Silatie 1 / Linnaistentie"
            },
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "telephone": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Silatie 1 / Linnaistentie",
                "sv": "Regional insamlingsplats, Silatie 1 / Linnaistentie",
                "en": "Regional collection point, Silatie 1 / Linnaistentie"
            },
            "@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
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Sillankorvankatu 66",
                "sv": "Sillankorvankatu 66",
                "en": "Sillankorvankatu 66"
            },
            "description": null,
            "address_locality": {
                "fi": "Hyvinkää",
                "sv": "Hyvinge",
                "en": "Hyvinkää"
            },
            "telephone": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Sillankorvankatu 66",
                "sv": "Regional insamlingsplats, Sillankorvankatu 66",
                "en": "Regional collection point, Sillankorvankatu 66"
            },
            "@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
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Siriuksenpolku / Otavantie",
                "en": "Siriuksenpolku / Otavantie"
            },
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "telephone": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Siriuksenpolku / Otavantie",
                "sv": "Regional insamlingsplats, Siriuksenpolku / Otavantie",
                "en": "Regional collection point, Siriuksenpolku / Otavantie"
            },
            "@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
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Siuntionkuja / Siuntiontie",
                "en": "Siuntionkuja / Siuntiontie"
            },
            "description": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "telephone": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Siuntionkuja / Siuntiontie",
                "sv": "Regional insamlingsplats, Siuntionkuja / Siuntiontie",
                "en": "Regional collection point, Siuntionkuja / Siuntiontie"
            },
            "@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
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Sjökullantie 285",
                "sv": "Sjökullavägen 285",
                "en": "Sjökullantie 285"
            },
            "description": null,
            "address_locality": {
                "fi": "Kirkkonummi",
                "sv": "Kyrkslätt",
                "en": "Kirkkonummi"
            },
            "telephone": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Sjökullantie 285",
                "sv": "Regional insamlingsplats, Sjökullantie 285",
                "en": "Regional collection point, Sjökullantie 285"
            },
            "@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
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Pitäjäntie 14",
                "sv": "Sockenvägen 14",
                "en": "Pitäjäntie 14"
            },
            "description": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "telephone": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Sockenvägen 14",
                "sv": "Regional insamlingsplats, Sockenvägen 14",
                "en": "Regional collection point, Sockenvägen 14"
            },
            "@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
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Solttilantie",
                "sv": "Solttilantie",
                "en": "Solttilantie"
            },
            "description": null,
            "address_locality": {
                "fi": "Nurmijärvi",
                "sv": "Nurmijärvi",
                "en": "Nurmijärvi"
            },
            "telephone": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Solttilantie",
                "sv": "Regional insamlingsplats, Solttilantie",
                "en": "Regional collection point, Solttilantie"
            },
            "@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
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Sommarönranta 44",
                "sv": "Sommaröstranden 44",
                "en": "Sommarönranta 44"
            },
            "description": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "telephone": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Sommarönranta 44",
                "sv": "Regional insamlingsplats, Sommarönranta 44",
                "en": "Regional collection point, Sommarönranta 44"
            },
            "@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
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Sorsatie 1/ Korsontie",
                "sv": "Andvägen 1/ Korsontie",
                "en": "Sorsatie 1/ Korsontie"
            },
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "telephone": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Sorsatie 1/ Korsontie",
                "sv": "Regional insamlingsplats, Sorsatie 1/ Korsontie",
                "en": "Regional collection point, Sorsatie 1/ Korsontie"
            },
            "@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
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Sorvasuontie 12 B",
                "sv": "Sorvasuontie 12 B",
                "en": "Sorvasuontie 12 B"
            },
            "description": null,
            "address_locality": {
                "fi": "Askola",
                "sv": "Askola",
                "en": "Askola"
            },
            "telephone": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Sorvasuontie 12 B",
                "sv": "Regional insamlingsplats, Sorvasuontie 12 B",
                "en": "Regional collection point, Sorvasuontie 12 B"
            },
            "@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
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Sorvatie 18 / Sorvapolku",
                "sv": "Sarvvägen 18 / Sorvapolku",
                "en": "Sorvatie 18 / Sorvapolku"
            },
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "telephone": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Sorvatie 18 / Sorvapolku",
                "sv": "Regional insamlingsplats, Sorvatie 18 / Sorvapolku",
                "en": "Regional collection point, Sorvatie 18 / Sorvapolku"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:60950/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}