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=46&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=47&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=45&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:61048",
            "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:01.207428Z",
            "last_modified_time": "2024-02-06T13:17:25.120302Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02940",
            "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.6981,
                    60.23438
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "street_address": {
                "fi": "Pajuviita 4",
                "sv": "Videsnåret 4",
                "en": "Pajuviita 4"
            },
            "description": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Pajuviita 4",
                "sv": "Regional insamlingsplats, Pajuviita 4",
                "en": "Regional collection point, Pajuviita 4"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61048/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:60905",
            "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:22.393144Z",
            "last_modified_time": "2024-02-06T13:17:21.148949Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01280",
            "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.084314,
                    60.251015
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "street_address": {
                "fi": "Pallotie 38 - 40",
                "sv": "Bollvägen 38 - 40",
                "en": "Pallotie 38 - 40"
            },
            "description": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Pallotie 38 - 40",
                "sv": "Regional insamlingsplats, Pallotie 38 - 40",
                "en": "Regional collection point, Pallotie 38 - 40"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:60905/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:61438",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:kauniainen",
                    "municipality": null,
                    "name": {
                        "fi": "Kauniainen",
                        "sv": "Grankulla"
                    }
                }
            ],
            "created_time": "2023-08-15T15:18:32.922077Z",
            "last_modified_time": "2024-02-06T13:17:35.104227Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02700",
            "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.716103,
                    60.213715
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Kauniainen",
                "sv": "Grankulla",
                "en": "Kauniainen"
            },
            "street_address": {
                "fi": "Palokunnantie",
                "sv": "Brandkårsvägen",
                "en": "Palokunnantie"
            },
            "description": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Palokunnantie",
                "sv": "Regional insamlingsplats, Palokunnantie",
                "en": "Regional collection point, Palokunnantie"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61438/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:61312",
            "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:03.067355Z",
            "last_modified_time": "2024-02-06T13:17:31.857711Z",
            "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.103106,
                    60.288208
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "street_address": {
                "fi": "Palttinatie / Kaskelanpolku",
                "en": "Palttinatie / Kaskelanpolku"
            },
            "description": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Palttinatie / Kaskelanpolku",
                "sv": "Regional insamlingsplats, Palttinatie / Kaskelanpolku",
                "en": "Regional collection point, Palttinatie / Kaskelanpolku"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61312/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71445",
            "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:31.861794Z",
            "last_modified_time": "2024-02-06T14:10:35.184322Z",
            "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.704008,
                    60.082874
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "street_address": {
                "fi": "Pappilankatu-Enbackankatu",
                "en": "Pappilankatu-Enbackankatu"
            },
            "description": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Pappilankatu-Enbackankatu",
                "sv": "Regional insamlingsplats, Pappilankatu-Enbackankatu",
                "en": "Regional collection point, Pappilankatu-Enbackankatu"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71445/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:61052",
            "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:02.602178Z",
            "last_modified_time": "2024-02-06T13:17:25.254764Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02620",
            "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.756798,
                    60.232906
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "street_address": {
                "fi": "Parrukuja",
                "sv": "Sparregränden",
                "en": "Parrukuja"
            },
            "description": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Parrukuja",
                "sv": "Regional insamlingsplats, Parrukuja",
                "en": "Regional collection point, Parrukuja"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61052/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:61305",
            "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:01.086805Z",
            "last_modified_time": "2024-02-06T13:17:31.631117Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01400",
            "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.080105,
                    60.32967
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "street_address": {
                "fi": "Pekankuja / Laurintie",
                "en": "Pekankuja / Laurintie"
            },
            "description": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Pekankuja / Laurintie",
                "sv": "Regional insamlingsplats, Pekankuja / Laurintie",
                "en": "Regional collection point, Pekankuja / Laurintie"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61305/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71320",
            "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.991397Z",
            "last_modified_time": "2024-02-06T14:10:32.798240Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "07955",
            "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.301449,
                    60.471745
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Loviisa",
                "sv": "Lovisa",
                "en": "Loviisa"
            },
            "street_address": {
                "fi": "Peltotie",
                "sv": "Åkervägen",
                "en": "Peltotie"
            },
            "description": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Peltotie",
                "sv": "Regional insamlingsplats, Peltotie",
                "en": "Regional collection point, Peltotie"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71320/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:61345",
            "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.048813Z",
            "last_modified_time": "2024-02-06T13:17:32.695818Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02730",
            "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.764883,
                    60.258453
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "street_address": {
                "fi": "Peltotie / Jupperinaukio",
                "en": "Peltotie / Jupperinaukio"
            },
            "description": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Peltotie / Jupperinaukio",
                "sv": "Regional insamlingsplats, Peltotie / Jupperinaukio",
                "en": "Regional collection point, Peltotie / Jupperinaukio"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61345/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:60945",
            "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.275398Z",
            "last_modified_time": "2024-02-06T13:17:22.218838Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01690",
            "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.930199,
                    60.282894
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "street_address": {
                "fi": "Peltovuorentie 48",
                "sv": "Åkerbergsvägen 48",
                "en": "Peltovuorentie 48"
            },
            "description": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Peltovuorentie 48",
                "sv": "Regional insamlingsplats, Peltovuorentie 48",
                "en": "Regional collection point, Peltovuorentie 48"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:60945/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71444",
            "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:31.710113Z",
            "last_modified_time": "2024-02-06T14:10:35.165961Z",
            "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.664267,
                    60.07704
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "street_address": {
                "fi": "Pentbyntie",
                "sv": "Pentbyvägen",
                "en": "Pentbyntie"
            },
            "description": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Pentbyntie",
                "sv": "Regional insamlingsplats, Pentbyntie",
                "en": "Regional collection point, Pentbyntie"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71444/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71454",
            "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.459599Z",
            "last_modified_time": "2024-02-06T14:10:35.335761Z",
            "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.66728,
                    60.076954
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "street_address": {
                "fi": "Pentbyntie-Kaivokuja",
                "en": "Pentbyntie-Kaivokuja"
            },
            "description": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Pentbyntie-Kaivokuja",
                "sv": "Regional insamlingsplats, Pentbyntie-Kaivokuja",
                "en": "Regional collection point, Pentbyntie-Kaivokuja"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71454/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:60929",
            "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.985052Z",
            "last_modified_time": "2025-01-15T10:09:58.651880Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01670",
            "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.867273,
                    60.285007
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "street_address": {
                "fi": "Perkiöntie 20",
                "sv": "Nybolandsvägen 20",
                "en": "Perkiöntie 20"
            },
            "description": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Perkiöntie 20",
                "sv": "Regional insamlingsplats, Perkiöntie 20",
                "en": "Regional collection point, Perkiöntie 20"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:60929/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:61355",
            "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.406432Z",
            "last_modified_time": "2024-02-06T13:17:32.948210Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02710",
            "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.743872,
                    60.23177
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "street_address": {
                "fi": "Pesätie / Viherlaaksontie",
                "en": "Pesätie / Viherlaaksontie"
            },
            "description": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Pesätie / Viherlaaksontie",
                "sv": "Regional insamlingsplats, Pesätie / Viherlaaksontie",
                "en": "Regional collection point, Pesätie / Viherlaaksontie"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61355/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71646",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vihti",
                    "municipality": null,
                    "name": {
                        "fi": "Vihti",
                        "sv": "Vichtis"
                    }
                }
            ],
            "created_time": "2023-08-15T18:14:09.942066Z",
            "last_modified_time": "2024-02-06T14:10:39.033899Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "03100",
            "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.239933,
                    60.31291
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Vihti",
                "sv": "Vichtis",
                "en": "Vihti"
            },
            "street_address": {
                "fi": "Peurakorventie",
                "sv": "Peurakorventie",
                "en": "Peurakorventie"
            },
            "description": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Peurakorventie",
                "sv": "Regional insamlingsplats, Peurakorventie",
                "en": "Regional collection point, Peurakorventie"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71646/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:61067",
            "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:06.406582Z",
            "last_modified_time": "2024-02-06T13:17:25.612570Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02750",
            "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.729425,
                    60.203793
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "street_address": {
                "fi": "Peuramäentie 5",
                "sv": "Renbackavägen 5",
                "en": "Peuramäentie 5"
            },
            "description": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Peuramäentie 5",
                "sv": "Regional insamlingsplats, Peuramäentie 5",
                "en": "Regional collection point, Peuramäentie 5"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61067/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:61304",
            "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:00.619243Z",
            "last_modified_time": "2024-02-06T13:17:31.598603Z",
            "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.097282,
                    60.35974
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "street_address": {
                "fi": "Peuratie /Peurakuja",
                "en": "Peuratie /Peurakuja"
            },
            "description": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Peuratie /Peurakuja",
                "sv": "Regional insamlingsplats, Peuratie /Peurakuja",
                "en": "Regional collection point, Peuratie /Peurakuja"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61304/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71103",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:järvenpää",
                    "municipality": null,
                    "name": {
                        "fi": "Järvenpää",
                        "sv": "Träskända"
                    }
                }
            ],
            "created_time": "2023-08-15T18:12:35.001864Z",
            "last_modified_time": "2024-02-06T14:10:28.787593Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "04440",
            "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.079927,
                    60.495335
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Järvenpää",
                "sv": "Träskända",
                "en": "Järvenpää"
            },
            "street_address": {
                "fi": "Pietolankatu 50",
                "sv": "Pietolankatu 50",
                "en": "Pietolankatu 50"
            },
            "description": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Pietolankatu 50",
                "sv": "Regional insamlingsplats, Pietolankatu 50",
                "en": "Regional collection point, Pietolankatu 50"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71103/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:70890",
            "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:01.214770Z",
            "last_modified_time": "2024-02-06T14:10:24.714502Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "07920",
            "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.219149,
                    60.439064
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Loviisa",
                "sv": "Lovisa",
                "en": "Loviisa"
            },
            "street_address": {
                "fi": "Pihlajatie",
                "sv": "Rönnvägen",
                "en": "Pihlajatie"
            },
            "description": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Pihlajatie",
                "sv": "Regional insamlingsplats, Pihlajatie",
                "en": "Regional collection point, Pihlajatie"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:70890/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:61084",
            "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:10.394697Z",
            "last_modified_time": "2024-02-06T13:17:26.112786Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02660",
            "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.822784,
                    60.230114
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "street_address": {
                "fi": "Pikkulinnunreitti 3 / Viherpeiponkuja",
                "sv": "Småfågelsstråket 3 / Viherpeiponkuja",
                "en": "Pikkulinnunreitti 3 / Viherpeiponkuja"
            },
            "description": null,
            "name": {
                "fi": "Alueellinen keräyspiste, Pikkulinnunreitti 3 / Viherpeiponkuja",
                "sv": "Regional insamlingsplats, Pikkulinnunreitti 3 / Viherpeiponkuja",
                "en": "Regional collection point, Pikkulinnunreitti 3 / Viherpeiponkuja"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61084/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}