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

{
    "meta": {
        "count": 152288,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7565&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7563&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:örskintie_7_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:ylä-malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ylä-Malmi",
                        "sv": "Övre Malm"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                }
            ],
            "created_time": "2023-08-27T05:37:21.670512Z",
            "last_modified_time": "2023-08-27T05:37:21.670533Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.0057787,
                    60.2517104
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Örskintie 7",
                "sv": "Örskisvägen 7"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Örskintie 7, Helsinki",
                "sv": "Örskisvägen 7, Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%B6rskintie_7_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:örskintie_9_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:ylä-malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ylä-Malmi",
                        "sv": "Övre Malm"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                }
            ],
            "created_time": "2023-08-27T05:37:23.362644Z",
            "last_modified_time": "2023-08-27T05:37:23.362662Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.005544,
                    60.2521143
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Örskintie 9",
                "sv": "Örskisvägen 9"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Örskintie 9, Helsinki",
                "sv": "Örskisvägen 9, Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%B6rskintie_9_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3064",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:59:12.573588Z",
            "last_modified_time": "2023-08-17T04:59:12.573606Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00530",
            "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": null,
            "telephone": null,
            "street_address": {
                "fi": "Karjalankatu 2"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": {
                "fi": "pks4h.fi"
            },
            "description": null,
            "name": {
                "fi": "4h Business Lab"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3064/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1625",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:46:13.378826Z",
            "last_modified_time": "2023-08-17T04:46:13.378844Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00000",
            "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": null,
            "telephone": null,
            "street_address": {
                "fi": "Lähellä Brüggeä"
            },
            "address_locality": {
                "fi": "Aalter"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Aalter, Belgia"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1625/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3667",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:02:58.174535Z",
            "last_modified_time": "2023-08-17T05:02:58.174554Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02150",
            "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": null,
            "telephone": null,
            "street_address": {
                "fi": "Betonimiehenkuja 5C"
            },
            "address_locality": {
                "fi": "Espoo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Aalto Design Factory"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3667/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2925",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:57:16.436099Z",
            "last_modified_time": "2023-08-17T04:57:16.436117Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02150",
            "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": null,
            "telephone": null,
            "street_address": {
                "fi": "Kemistintie 1 B"
            },
            "address_locality": {
                "fi": "Espoo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Aalto-yliopisto"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2925/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2798",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:56:12.782990Z",
            "last_modified_time": "2023-08-17T04:56:12.783008Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "21570",
            "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": null,
            "telephone": null,
            "street_address": {
                "fi": "Ahtelantie 21"
            },
            "address_locality": {
                "fi": "Sagu"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ahtela lägercentrum"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2798/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2778",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:55:58.122309Z",
            "last_modified_time": "2023-08-17T04:55:58.122326Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "21570",
            "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": null,
            "telephone": null,
            "street_address": {
                "fi": "Ahtelantie 21"
            },
            "address_locality": {
                "fi": "Sagu"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ahtela lägercentrum"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2778/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1337",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:43:59.180926Z",
            "last_modified_time": "2023-08-17T04:43:59.180944Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "21570",
            "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": null,
            "telephone": null,
            "street_address": {
                "fi": "Ahtelantie 21"
            },
            "address_locality": {
                "fi": "Sauvo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ahtelan nuorisoleirialue"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1337/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1958",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:48:33.176938Z",
            "last_modified_time": "2023-08-17T04:48:33.176955Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "21570",
            "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": null,
            "telephone": null,
            "street_address": {
                "fi": "Ahtelantie 21"
            },
            "address_locality": {
                "fi": "Sauvo"
            },
            "info_url": {
                "fi": "https://www.turku.fi/vapaa-aika/ulkoilualueet/luonnossa/leirialueet/ahtelan-nuor"
            },
            "description": null,
            "name": {
                "fi": "Ahtelan nuorisoleirikeskus"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1958/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3458",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:02:18.279573Z",
            "last_modified_time": "2023-08-17T05:02:18.279598Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00700",
            "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": null,
            "telephone": null,
            "street_address": {
                "fi": "Malmitalon (Ala-Malmin tori 1) takana"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": {
                "fi": "http://www.malmitalo.fi/fi/puisto"
            },
            "description": null,
            "name": {
                "fi": "Ala-Malmin puisto"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3458/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2477",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:53:50.085605Z",
            "last_modified_time": "2023-08-17T04:53:50.085622Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00920",
            "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": null,
            "telephone": null,
            "street_address": {
                "fi": "Sirrikuja 4"
            },
            "address_locality": {
                "fi": "helsinki"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "al-furqaan"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2477/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:137",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:41:50.674503Z",
            "last_modified_time": "2023-08-17T04:41:50.674521Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "telephone": null,
            "street_address": {
                "fi": "Tammisaarenkatu 2"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": {
                "fi": "http://nuoriso.hel.fi/omaura"
            },
            "description": null,
            "name": {
                "fi": "Alppilan yläaste/JOPO-luokka"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:137/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2962",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:57:41.591167Z",
            "last_modified_time": "2023-08-17T04:57:41.591184Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00520",
            "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": null,
            "telephone": null,
            "street_address": {
                "fi": "Karjalankatu 2"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Alppitalo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2962/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3144",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:59:46.380736Z",
            "last_modified_time": "2023-08-17T04:59:46.380753Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02400",
            "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": null,
            "telephone": null,
            "street_address": {
                "fi": "Kuninkaantie 5-7 A"
            },
            "address_locality": {
                "fi": "Kirkkonummi"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ammattiosastojen kerhohuone"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3144/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:637",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:42:25.678210Z",
            "last_modified_time": "2023-08-17T04:42:25.678229Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00099",
            "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": null,
            "telephone": null,
            "street_address": {
                "fi": "Annankatu 30"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Annantalo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:637/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1418",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:44:36.379760Z",
            "last_modified_time": "2023-08-17T04:44:36.379779Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00099",
            "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": null,
            "telephone": null,
            "street_address": {
                "fi": "Annankatu 30"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": {
                "fi": "www.annantalo.fi"
            },
            "description": null,
            "name": {
                "fi": "Annantalo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1418/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1483",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:44:59.187169Z",
            "last_modified_time": "2023-08-17T04:44:59.187187Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00100",
            "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": null,
            "telephone": null,
            "street_address": {
                "fi": "Annankatu 30"
            },
            "address_locality": {
                "fi": "Hesinki"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Annantalo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1483/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2639",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:54:54.083283Z",
            "last_modified_time": "2023-08-17T04:54:54.083299Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00410",
            "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": null,
            "telephone": null,
            "street_address": {
                "fi": "Arentinpolku 1"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": {
                "fi": "https://www.apollonyhteiskoulu.fi/"
            },
            "description": null,
            "name": {
                "fi": "Apollon yhteiskoulu"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2639/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1069",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:43:22.977805Z",
            "last_modified_time": "2023-08-17T04:43:22.977823Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00410",
            "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": null,
            "telephone": null,
            "street_address": {
                "fi": "Arentipolku 1, Malminkartano"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Apollon yhteiskoulu / liikuntasali"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1069/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}