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

{
    "meta": {
        "count": 151448,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7567&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7565&show_all_places=true"
    },
    "data": [
        {
            "id": "harrastushaku:2381",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:52:49.973247Z",
            "last_modified_time": "2023-08-17T04:52:49.973264Z",
            "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": null,
            "telephone": null,
            "info_url": {
                "fi": "www.kmdance.fi"
            },
            "name": {
                "fi": "Tanssikoulu KMDance Espoo"
            },
            "address_locality": {
                "fi": "Espoo"
            },
            "description": null,
            "street_address": {
                "fi": "Fallåker 1c"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2381/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2802",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:56:18.469949Z",
            "last_modified_time": "2023-08-17T04:56:18.469965Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00370",
            "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,
            "info_url": {
                "fi": "www.kmdance.fi"
            },
            "name": {
                "fi": "Tanssikoulu KMDance Helsinki"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "description": null,
            "street_address": {
                "fi": "Arinatie 4D"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2802/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3291",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:01:15.573405Z",
            "last_modified_time": "2023-08-17T05:01:15.573424Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00730",
            "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,
            "info_url": {
                "fi": "erankarate.fi"
            },
            "name": {
                "fi": "Tapanilan Erä Karate Ry sali"
            },
            "address_locality": {
                "fi": "HELSINKI"
            },
            "description": null,
            "street_address": {
                "fi": "Jäkälätie 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3291/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2633",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:54:51.685401Z",
            "last_modified_time": "2023-08-17T04:54:51.685418Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00730",
            "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,
            "info_url": {
                "fi": "http://alakoulu.fi/tapanilan-kylatila-ry/"
            },
            "name": {
                "fi": "Tapanilan kylätila"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "description": null,
            "street_address": {
                "fi": "Veljestenpiha 7-9"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2633/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3620",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:02:50.179706Z",
            "last_modified_time": "2023-08-17T05:02:50.179724Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00730",
            "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,
            "info_url": {
                "fi": "https://alakoulu.wpcomstaging.com/"
            },
            "name": {
                "fi": "Tapanilan Kylätila"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "description": null,
            "street_address": {
                "fi": "Veljestenpiha 9"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3620/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3276",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:01:05.281318Z",
            "last_modified_time": "2023-08-17T05:01:05.281338Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02170",
            "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,
            "info_url": null,
            "name": {
                "fi": "Tapiolan asukaspuisto"
            },
            "address_locality": {
                "fi": "Espoo"
            },
            "description": null,
            "street_address": {
                "fi": "Louhenkuja 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3276/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2673",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:55:07.276448Z",
            "last_modified_time": "2023-08-17T04:55:07.276466Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02100",
            "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,
            "info_url": null,
            "name": {
                "fi": "Tapiolan jääpuutarha"
            },
            "address_locality": {
                "fi": "Espoo"
            },
            "description": null,
            "street_address": {
                "fi": "Kirkkopolku"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2673/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2693",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:55:10.180552Z",
            "last_modified_time": "2023-08-17T04:55:10.180569Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02100",
            "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,
            "info_url": null,
            "name": {
                "fi": "Tapiolan kirkko"
            },
            "address_locality": {
                "fi": "Espoo"
            },
            "description": null,
            "street_address": {
                "fi": "Kirkkopolku 6"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2693/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3553",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:02:33.295214Z",
            "last_modified_time": "2023-08-17T05:02:33.295232Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02100",
            "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,
            "info_url": null,
            "name": {
                "fi": "Tapiolan koulu"
            },
            "address_locality": {
                "fi": "Espoo"
            },
            "description": null,
            "street_address": {
                "fi": "Opintie 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3553/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3057",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:59:06.280311Z",
            "last_modified_time": "2023-08-17T04:59:06.280329Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02100",
            "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,
            "info_url": null,
            "name": {
                "fi": "Tapiolan tennispuisto"
            },
            "address_locality": {
                "fi": "Espoo"
            },
            "description": null,
            "street_address": {
                "fi": "Tuulikuja 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3057/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2456",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:53:42.380262Z",
            "last_modified_time": "2023-08-17T04:53:42.380279Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02100",
            "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,
            "info_url": null,
            "name": {
                "fi": "Tapion jalkapallonurmi"
            },
            "address_locality": {
                "fi": "Espoo"
            },
            "description": null,
            "street_address": {
                "fi": "Kaupinkalliontie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2456/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1652",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:46:28.284553Z",
            "last_modified_time": "2023-08-17T04:46:28.284571Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00180",
            "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,
            "info_url": {
                "fi": "www.teatterimuseo.fi"
            },
            "name": {
                "fi": "Teatterimuseo"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "description": null,
            "street_address": {
                "fi": "Kaapelitehdas, Kaapeliaukio 3 G"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1652/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2009",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:49:04.784816Z",
            "last_modified_time": "2023-08-17T04:49:04.784838Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "06500",
            "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,
            "info_url": null,
            "name": {
                "fi": "Teatteritalo"
            },
            "address_locality": {
                "fi": "Porvoo"
            },
            "description": null,
            "street_address": {
                "fi": "Malmintie 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2009/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2135",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:50:17.375632Z",
            "last_modified_time": "2023-08-17T04:50:17.375650Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00140",
            "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,
            "info_url": null,
            "name": {
                "fi": "Tehtaankadun ala-aste"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "description": null,
            "street_address": {
                "fi": "Tehtaankatu 15"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2135/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1450",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:44:50.886337Z",
            "last_modified_time": "2023-08-17T04:44:50.886355Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00140",
            "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,
            "info_url": null,
            "name": {
                "fi": "Tehtaankadun ala-aste"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "description": null,
            "street_address": {
                "fi": "Tehtaankatu 15-"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1450/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1134",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:43:38.081884Z",
            "last_modified_time": "2023-08-17T04:43:38.081901Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00980",
            "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,
            "info_url": null,
            "name": {
                "fi": "Tehtaanpuiston yläaste"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "description": null,
            "street_address": {
                "fi": "Vuosaarentie 7"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1134/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1131",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:43:34.373837Z",
            "last_modified_time": "2023-08-17T04:43:34.373864Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00980",
            "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,
            "info_url": null,
            "name": {
                "fi": "Tehtaanpuiston yläasteen kotitalousluokka"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "description": null,
            "street_address": {
                "fi": "Vuosaarentie 7,"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1131/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1132",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:43:35.673344Z",
            "last_modified_time": "2023-08-17T04:43:35.673363Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00980",
            "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,
            "info_url": null,
            "name": {
                "fi": "Tehtaanpuiston yläaste kuvataideluokka"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "description": null,
            "street_address": {
                "fi": "Vuosaarentie 7,"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1132/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3257",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:00:50.808961Z",
            "last_modified_time": "2023-08-17T05:00:50.808982Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00560",
            "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,
            "info_url": {
                "fi": "https://tekniikanmuseo.fi/"
            },
            "name": {
                "fi": "Tekniikan museo"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "description": null,
            "street_address": {
                "fi": "Viikintie 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3257/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3466",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:02:20.102828Z",
            "last_modified_time": "2023-08-17T05:02:20.102851Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02630",
            "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,
            "info_url": {
                "fi": "www.terminaali360.com"
            },
            "name": {
                "fi": "Terminaali 360 All Wheel Ride"
            },
            "address_locality": {
                "fi": "Espoo"
            },
            "description": null,
            "street_address": {
                "fi": "Karamalmintie 2 (ent. Karantie 2)"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3466/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}