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

{
    "meta": {
        "count": 151654,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7582&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7580&show_all_places=true"
    },
    "data": [
        {
            "id": "harrastushaku:2366",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:52:28.772463Z",
            "last_modified_time": "2023-08-17T04:52:28.772480Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02980",
            "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,
            "street_address": {
                "fi": "Vääräjärventie 2"
            },
            "telephone": null,
            "info_url": {
                "fi": "www.velskola.fi"
            },
            "name": {
                "fi": "Velskolan kartanon leirikeskus"
            },
            "description": null,
            "address_locality": {
                "fi": "Espoo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2366/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2231",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:51:12.779797Z",
            "last_modified_time": "2023-08-17T04:51:12.779816Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02980",
            "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,
            "street_address": {
                "fi": "Vääräjärventie 2"
            },
            "telephone": null,
            "info_url": {
                "fi": "www.velskola.fi"
            },
            "name": {
                "fi": "Velskolan toimintakeskus"
            },
            "description": null,
            "address_locality": {
                "fi": "ESPOO"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2231/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2723",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:55:20.273943Z",
            "last_modified_time": "2023-08-17T04:55:20.273962Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00240",
            "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,
            "street_address": {
                "fi": "Esterinpolku 2"
            },
            "telephone": null,
            "info_url": {
                "fi": "http://www.verke.org/"
            },
            "name": {
                "fi": "Verke"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2723/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3267",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:00:57.770293Z",
            "last_modified_time": "2023-08-17T05:00:57.770312Z",
            "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": null,
            "street_address": {
                "fi": "Valjakkotie"
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vermon ravirata"
            },
            "description": null,
            "address_locality": {
                "fi": "Espoo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3267/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3525",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:02:31.204374Z",
            "last_modified_time": "2023-08-17T05:02:31.204391Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00940",
            "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,
            "street_address": {
                "fi": "sivukoulu Ruuti, Kontulankaari 22"
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vesalan peruskoulu"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3525/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1972",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:48:40.982542Z",
            "last_modified_time": "2023-08-17T04:48:40.982559Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "21140",
            "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,
            "street_address": {
                "fi": "Peltolantie 211-226"
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vienolan nuorisoleirialue"
            },
            "description": null,
            "address_locality": {
                "fi": "Rymättylä, Naantali"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1972/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1681",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:46:36.802818Z",
            "last_modified_time": "2023-08-17T04:46:36.802837Z",
            "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": null,
            "street_address": {
                "fi": "Saviontie 9"
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vierumäen koulu"
            },
            "description": null,
            "address_locality": {
                "fi": "Vantaa"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1681/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2728",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:55:23.177843Z",
            "last_modified_time": "2023-08-17T04:55:23.177861Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "19120",
            "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,
            "street_address": {
                "fi": "Urheiluopistontie 400"
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vierumäki"
            },
            "description": null,
            "address_locality": {
                "fi": "Vierumäki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2728/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2852",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:56:41.673749Z",
            "last_modified_time": "2023-08-17T04:56:41.673766Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01300",
            "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,
            "street_address": {
                "fi": "Lummetie 2b"
            },
            "telephone": null,
            "info_url": {
                "fi": "http://www.sivistysvantaa.fi/nuortenvantaa/artikkelit/paikat/nuortentyopajat/viestintajavuorovaikutus.html"
            },
            "name": {
                "fi": "Viestintä- ja vuorovaikutuspaja"
            },
            "description": null,
            "address_locality": {
                "fi": "Vantaa"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2852/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3700",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:03:02.085627Z",
            "last_modified_time": "2023-08-17T05:03:02.085642Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "03400",
            "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,
            "street_address": {
                "fi": "Pirtintie 30"
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vihdin pirtti"
            },
            "description": null,
            "address_locality": {
                "fi": "Vihti"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3700/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3434",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:02:13.640784Z",
            "last_modified_time": "2023-08-17T05:02:13.640808Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00790",
            "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,
            "street_address": {
                "fi": "Tilanhoitajankaari 9"
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Viikin asukastalo Kaari"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3434/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1833",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:47:55.683317Z",
            "last_modified_time": "2023-08-17T04:47:55.683334Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00790",
            "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,
            "street_address": {
                "fi": "Tilanhoitajankaari 9"
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Viikin Asukastalo Kaari"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1833/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1832",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:47:53.577884Z",
            "last_modified_time": "2023-08-17T04:47:53.577901Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00790",
            "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,
            "street_address": {
                "fi": "Tilanhoitajankaari 9"
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Viikin Asukastalo Kaari"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1832/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:529",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:42:06.179692Z",
            "last_modified_time": "2023-08-17T04:42:06.179710Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00710",
            "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,
            "street_address": {
                "fi": "Viikinkaari 11"
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Viikin kirjasto"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:529/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1427",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:44:45.474293Z",
            "last_modified_time": "2023-08-17T04:44:45.474309Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00790",
            "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,
            "street_address": {
                "fi": "Viikinkaari 11"
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Viikin kirjasto"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1427/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:826",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:42:41.570607Z",
            "last_modified_time": "2023-08-17T04:42:41.570626Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00710",
            "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,
            "street_address": {
                "fi": "Viikinkaari 11"
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Viikin kirjasto"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:826/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1661",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:46:28.793761Z",
            "last_modified_time": "2023-08-17T04:46:28.793781Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00790",
            "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,
            "street_address": {
                "fi": "Biologinkatu 5"
            },
            "telephone": null,
            "info_url": {
                "fi": "http://musiikkikouludemo.fi/opetus/kesaleirit-2015/"
            },
            "name": {
                "fi": "Viikki, Asukastalo Lava"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1661/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2382",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:52:51.375038Z",
            "last_modified_time": "2023-08-17T04:52:51.375074Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02070",
            "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,
            "street_address": {
                "fi": "Elfvikintie 4 Villa Elfvikin luontotalo"
            },
            "telephone": null,
            "info_url": {
                "fi": "http://www.espoo.fi/villaelfvik"
            },
            "name": {
                "fi": "Villa Elfvik"
            },
            "description": null,
            "address_locality": {
                "fi": "Espoo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2382/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1822",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:47:39.573273Z",
            "last_modified_time": "2023-08-17T04:47:39.573291Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02070",
            "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,
            "street_address": {
                "fi": "Elfvikintie 4"
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Villa Elfvik"
            },
            "description": null,
            "address_locality": {
                "fi": "Espoo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1822/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3538",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:02:33.108420Z",
            "last_modified_time": "2023-08-17T05:02:33.108437Z",
            "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": null,
            "street_address": {
                "fi": "Elfvikintie 4"
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Villa Elfvik"
            },
            "description": null,
            "address_locality": {
                "fi": "Espoo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3538/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}