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": 151449,
        "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": "harrastushaku:3046",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:58:57.477832Z",
            "last_modified_time": "2023-08-17T04:58:57.477851Z",
            "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,
            "name": {
                "fi": "Suomenlahden ulkosaaristo"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": null,
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Uusimaa"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3046/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3016",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:58:31.989330Z",
            "last_modified_time": "2023-08-17T04:58:31.989347Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00190",
            "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,
            "name": {
                "fi": "Suomenlinna"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": {
                "fi": "www.hekolo.fi"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Suomenlinna C55"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3016/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3331",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:01:46.379652Z",
            "last_modified_time": "2023-08-17T05:01:46.379668Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02270",
            "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,
            "name": {
                "fi": "Suomenojan Fressi"
            },
            "address_locality": {
                "fi": "Espoo"
            },
            "info_url": null,
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Suomalaistentie 5,"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3331/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1696",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:46:46.482276Z",
            "last_modified_time": "2023-08-17T04:46:46.482321Z",
            "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,
            "name": {
                "fi": "Suomen valokuvataiteen museo"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": {
                "fi": "www.valokuvataiteenmuseo.fi"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Kaapelitehdas, Tallberginkatu 1 G"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1696/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3455",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:02:17.978016Z",
            "last_modified_time": "2023-08-17T05:02:17.978035Z",
            "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,
            "name": {
                "fi": "Suomen valokuvataiteen museo, K1 Kämp Galleria"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": {
                "fi": "https://www.valokuvataiteenmuseo.fi"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Kämp Galleria, Mikonkatu 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3455/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2619",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:54:48.374577Z",
            "last_modified_time": "2023-08-17T04:54:48.374615Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02240",
            "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,
            "name": {
                "fi": "Superpark Espoo"
            },
            "address_locality": {
                "fi": "Espoo"
            },
            "info_url": null,
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Kuitinmäentie 27"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2619/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2650",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:55:00.881457Z",
            "last_modified_time": "2023-08-17T04:55:00.881476Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02440",
            "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,
            "name": {
                "fi": "SuperPark Espoo"
            },
            "address_locality": {
                "fi": "Espoo"
            },
            "info_url": {
                "fi": "https://superpark.fi/park/espoo/"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Kuitinmäentie 27"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2650/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1885",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:48:01.084142Z",
            "last_modified_time": "2023-08-17T04:48:01.084160Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02770",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "name": {
                "fi": "Suvelan nuorisotila"
            },
            "address_locality": {
                "fi": "Espoo"
            },
            "info_url": {
                "fi": "http://www.espoo.fi/fi-FI/Nuoret/Kivaa_tekemista/Nuorisotilat/Suvelan_nuorisotila"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Suviniitynkatu 2B"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1885/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3327",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:01:42.687941Z",
            "last_modified_time": "2023-08-17T05:01:42.687960Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00540",
            "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,
            "name": {
                "fi": "Suvilahden Eskus"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": {
                "fi": "https://www.helsinginteatterikoulu.fi"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Kaasutehtaankatu 1/33"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3327/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3309",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:01:30.680491Z",
            "last_modified_time": "2023-08-17T05:01:30.680517Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "0054",
            "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,
            "name": {
                "fi": "Suvilahden graffitiaita"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": {
                "fi": "https://www.suvilahti.fi/tapahtumat/graffitiaita"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Kaasutehtaankatu 1 / 15"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3309/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1700",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:46:51.075206Z",
            "last_modified_time": "2023-08-17T04:46:51.075225Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00540",
            "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,
            "name": {
                "fi": "Suvilahti"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": null,
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Kaasutehtaankatu 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1700/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3318",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:01:33.079699Z",
            "last_modified_time": "2023-08-17T05:01:33.079715Z",
            "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,
            "name": {
                "fi": "SVS-sali"
            },
            "address_locality": {
                "fi": "Espoo"
            },
            "info_url": {
                "fi": "www.voimisteluseura.fi"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Ahertajantie 6C"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3318/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3238",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:00:32.884009Z",
            "last_modified_time": "2023-08-17T05:00:32.884025Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "10900",
            "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,
            "name": {
                "fi": "Syndalen"
            },
            "address_locality": {
                "fi": "Hanko"
            },
            "info_url": null,
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Hanko"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3238/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2403",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:53:07.181738Z",
            "last_modified_time": "2023-08-17T04:53:07.181756Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "33230",
            "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,
            "name": {
                "fi": "Särkänniemi"
            },
            "address_locality": {
                "fi": "Tampere"
            },
            "info_url": {
                "fi": "www.särkänniemi.fi"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Tampere"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2403/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3448",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:02:15.875952Z",
            "last_modified_time": "2023-08-17T05:02:15.875969Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "0260",
            "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,
            "name": {
                "fi": "Säterin kenttä"
            },
            "address_locality": {
                "fi": "Espoo"
            },
            "info_url": null,
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Säterinpuistontie 5"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3448/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3450",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:02:16.270617Z",
            "last_modified_time": "2023-08-17T05:02:16.270634Z",
            "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,
            "name": {
                "fi": "Säterinniitty"
            },
            "address_locality": {
                "fi": "Espoo"
            },
            "info_url": null,
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Säterinpuistotie 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3450/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2404",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:53:09.173445Z",
            "last_modified_time": "2023-08-17T04:53:09.173464Z",
            "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,
            "name": {
                "fi": "Säterin toimipiste, Espoo"
            },
            "address_locality": {
                "fi": "Espoo"
            },
            "info_url": {
                "fi": "www.taitavatkadet.com"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Säterinkatu 8"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2404/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2417",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:53:22.779874Z",
            "last_modified_time": "2023-08-17T04:53:22.779891Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02210",
            "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,
            "name": {
                "fi": "Sävelmetsä"
            },
            "address_locality": {
                "fi": "ESPOO"
            },
            "info_url": {
                "fi": "www.savelmetsa.fi"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Länsiportti 1 B"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2417/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1604",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:45:50.584183Z",
            "last_modified_time": "2023-08-17T04:45:50.584202Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02360",
            "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,
            "name": {
                "fi": "Sökö ungdomslokal"
            },
            "address_locality": {
                "fi": "Esbo"
            },
            "info_url": {
                "fi": "www.espoo.fi/nuoriespoo > Nuorisotilat > Sökö ungdomslokal"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Övergårdsvägen 28"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1604/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1555",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:45:21.679281Z",
            "last_modified_time": "2023-08-17T04:45:21.679300Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00390",
            "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,
            "name": {
                "fi": "Taekwondourheilijat 2011 - sali"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": {
                "fi": "www.tu11.fi"
            },
            "description": null,
            "telephone": null,
            "street_address": {
                "fi": "Ruosilankuja 3 C"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1555/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}