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 /linkedevents/v0.1/place/?format=api&page=130
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json ;utf-8
Vary: Accept

{
    "meta": {
        "count": 2652,
        "next": "http://api.hel.fi/linkedevents/v0.1/place/?format=api&page=131",
        "previous": "http://api.hel.fi/linkedevents/v0.1/place/?format=api&page=129"
    },
    "data": [
        {
            "id": "espoo:3010",
            "data_source": "espoo",
            "publisher": "espoo:kaupunki",
            "divisions": [],
            "created_time": "2018-12-17T16:10:05.784978Z",
            "last_modified_time": "2018-12-17T16:10:05.784993Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 1,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "description": null,
            "address_locality": {
                "fi": ""
            },
            "name": {
                "fi": "Hyvä Arki ry:n pihapiiri, elintarvikejakelun yhteydessä"
            },
            "street_address": {
                "fi": "Siltakuja 3 B"
            },
            "telephone": null,
            "info_url": {
                "fi": ""
            },
            "@id": "http://api.hel.fi/linkedevents/v0.1/place/espoo:3010/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "espoo:1957",
            "data_source": "espoo",
            "publisher": "espoo:kaupunki",
            "divisions": [],
            "created_time": "2018-08-30T11:12:12.450828Z",
            "last_modified_time": "2018-08-30T11:12:12.450865Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 1,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "description": null,
            "address_locality": {
                "fi": ""
            },
            "name": {
                "fi": "IsoOmenan palvelutori"
            },
            "street_address": {
                "fi": "Piispansilta"
            },
            "telephone": null,
            "info_url": {
                "fi": "http://www.omakamu.fi/ryhdy-kamuksi"
            },
            "@id": "http://api.hel.fi/linkedevents/v0.1/place/espoo:1957/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "espoo:3085",
            "data_source": "espoo",
            "publisher": "espoo:kaupunki",
            "divisions": [],
            "created_time": "2020-08-27T10:10:08.339634Z",
            "last_modified_time": "2020-08-27T10:10:08.339654Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 1,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "description": null,
            "address_locality": {
                "fi": ""
            },
            "name": {
                "fi": "Kaavakävely"
            },
            "street_address": {
                "fi": "Savikuja 2"
            },
            "telephone": null,
            "info_url": {
                "fi": "https://www.espoo.fi/fi-FI/Asuminen_ja_ymparisto/Kaavoitus/Asemakaava/Asemakaavoituskohteet/VanhaEspoo/Savikuja_620104"
            },
            "@id": "http://api.hel.fi/linkedevents/v0.1/place/espoo:3085/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "espoo:3084",
            "data_source": "espoo",
            "publisher": "espoo:kaupunki",
            "divisions": [],
            "created_time": "2020-08-26T09:10:15.149281Z",
            "last_modified_time": "2020-08-26T09:10:15.149296Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 1,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "description": null,
            "address_locality": {
                "fi": ""
            },
            "name": {
                "fi": "Kaavakävely"
            },
            "street_address": {
                "fi": "Nissinpuisto 2"
            },
            "telephone": null,
            "info_url": {
                "fi": "https://www.espoo.fi/fi-FI/Asuminen_ja_ymparisto/Kaavoitus/Asemakaava/Asemakaavoituskohteet/Kauklahti/Hepmortinrinne_520802"
            },
            "@id": "http://api.hel.fi/linkedevents/v0.1/place/espoo:3084/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "espoo:3088",
            "data_source": "espoo",
            "publisher": "espoo:kaupunki",
            "divisions": [],
            "created_time": "2020-09-22T13:09:55.985579Z",
            "last_modified_time": "2020-09-22T13:09:55.985594Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 1,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "description": null,
            "address_locality": {
                "fi": ""
            },
            "name": {
                "fi": "Kaavakävely"
            },
            "street_address": {
                "fi": "Åminnentie 7"
            },
            "telephone": null,
            "info_url": {
                "fi": "https://www.espoo.fi/fi-FI/Asuminen_ja_ymparisto/Kaavoitus/Asemakaava/Asemakaavoituskohteet/Kauklahti/Aminnen_kartano_521402"
            },
            "@id": "http://api.hel.fi/linkedevents/v0.1/place/espoo:3088/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "espoo:49",
            "data_source": "espoo",
            "publisher": "espoo:kaupunki",
            "divisions": [],
            "created_time": null,
            "last_modified_time": "2018-05-21T11:09:35.704499Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 1,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "description": null,
            "address_locality": {
                "fi": ""
            },
            "name": {
                "fi": "KannuKino"
            },
            "street_address": {
                "fi": "Kannusillankaru 4"
            },
            "telephone": null,
            "info_url": {
                "fi": "",
                "sv": "",
                "en": ""
            },
            "@id": "http://api.hel.fi/linkedevents/v0.1/place/espoo:49/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "espoo:3020",
            "data_source": "espoo",
            "publisher": "espoo:kaupunki",
            "divisions": [],
            "created_time": "2019-02-18T13:10:17.001245Z",
            "last_modified_time": "2019-02-18T13:10:17.001259Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 1,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "description": null,
            "address_locality": {
                "fi": ""
            },
            "name": {
                "fi": "Kannunsillankatu 10 Espoon keskus"
            },
            "street_address": {
                "fi": "Kannunsillankatu 10"
            },
            "telephone": null,
            "info_url": {
                "fi": "http://www.espoonreumayhdistys.fi"
            },
            "@id": "http://api.hel.fi/linkedevents/v0.1/place/espoo:3020/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "espoo:3052",
            "data_source": "espoo",
            "publisher": "espoo:kaupunki",
            "divisions": [],
            "created_time": "2019-09-11T09:10:41.652618Z",
            "last_modified_time": "2019-09-11T09:10:41.652643Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 1,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "description": null,
            "address_locality": {
                "fi": ""
            },
            "name": {
                "fi": "Karakallion tori"
            },
            "street_address": {
                "fi": "Karakalliontie 10"
            },
            "telephone": null,
            "info_url": {
                "fi": ""
            },
            "@id": "http://api.hel.fi/linkedevents/v0.1/place/espoo:3052/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "espoo:3063",
            "data_source": "espoo",
            "publisher": "espoo:kaupunki",
            "divisions": [],
            "created_time": "2019-11-22T11:09:36.078094Z",
            "last_modified_time": "2019-11-22T11:09:36.078118Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 1,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "description": null,
            "address_locality": {
                "fi": ""
            },
            "name": {
                "fi": "Kelloseppäkoulu. Leppävaara"
            },
            "street_address": {
                "fi": "Vanha maantie 11"
            },
            "telephone": null,
            "info_url": {
                "fi": "http://www.kelloseppakoulu.fi"
            },
            "@id": "http://api.hel.fi/linkedevents/v0.1/place/espoo:3063/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "espoo:3016",
            "data_source": "espoo",
            "publisher": "espoo:kaupunki",
            "divisions": [],
            "created_time": "2019-02-08T09:10:24.239077Z",
            "last_modified_time": "2019-02-08T09:10:24.239090Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 1,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "description": null,
            "address_locality": {
                "fi": ""
            },
            "name": {
                "fi": "Kilonpuistonlastentalon avoin päiväkoti Onnenpesä, Inkoonkuja 15A, gsm 046 877 16 26"
            },
            "street_address": {
                "fi": "Inkoonkuja15 A"
            },
            "telephone": null,
            "info_url": {
                "fi": ""
            },
            "@id": "http://api.hel.fi/linkedevents/v0.1/place/espoo:3016/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "espoo:3083",
            "data_source": "espoo",
            "publisher": "espoo:kaupunki",
            "divisions": [],
            "created_time": "2020-08-17T09:10:02.220820Z",
            "last_modified_time": "2020-08-17T09:10:02.220846Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 1,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "description": null,
            "address_locality": {
                "fi": ""
            },
            "name": {
                "fi": "Kirstintie 11"
            },
            "street_address": {
                "fi": "Kirstin koulu"
            },
            "telephone": null,
            "info_url": {
                "fi": "https://www.espoo.fi/fi-FI/Asuminen_ja_ymparisto/Kaavoitus/Asemakaava/Asemakaavoituskohteet/VanhaEspoo/Sokinsuonkuja_611520"
            },
            "@id": "http://api.hel.fi/linkedevents/v0.1/place/espoo:3083/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "espoo:3093",
            "data_source": "espoo",
            "publisher": "espoo:kaupunki",
            "divisions": [],
            "created_time": "2021-06-23T16:09:54.391341Z",
            "last_modified_time": "2021-06-23T16:09:54.391361Z",
            "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": 1,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "description": null,
            "address_locality": {
                "fi": "Espoo"
            },
            "name": {
                "fi": "Klobbenin uimaranta"
            },
            "street_address": {
                "fi": "Soukanlahdentie 13"
            },
            "telephone": null,
            "info_url": {
                "fi": "https://www.mummodisko.fi"
            },
            "@id": "http://api.hel.fi/linkedevents/v0.1/place/espoo:3093/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "espoo:40",
            "data_source": "espoo",
            "publisher": "espoo:kaupunki",
            "divisions": [],
            "created_time": null,
            "last_modified_time": "2018-05-11T08:12:30.452220Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 1,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "description": null,
            "address_locality": {
                "fi": ""
            },
            "name": {
                "fi": "Kohtaamo, Ison Omenan Palvelutori"
            },
            "street_address": {
                "fi": "Markkinakatu 2"
            },
            "telephone": null,
            "info_url": {
                "fi": "http://www.glimsgloms.com/glims---gloms-raxu-taskunen.html",
                "sv": "",
                "en": ""
            },
            "@id": "http://api.hel.fi/linkedevents/v0.1/place/espoo:40/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "espoo:2901",
            "data_source": "espoo",
            "publisher": "espoo:kaupunki",
            "divisions": [],
            "created_time": "2018-10-05T10:09:30.961308Z",
            "last_modified_time": "2018-10-05T10:09:30.961327Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 1,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "description": null,
            "address_locality": {
                "fi": ""
            },
            "name": {
                "fi": "Kohtaamo, Ison Omenan Palvelutori"
            },
            "street_address": {
                "fi": "Markkinakatu 2"
            },
            "telephone": null,
            "info_url": {
                "fi": "http://www.glimsgloms.com/glims---gloms-raxu-taskunen.html"
            },
            "@id": "http://api.hel.fi/linkedevents/v0.1/place/espoo:2901/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "espoo:1600",
            "data_source": "espoo",
            "publisher": "espoo:kaupunki",
            "divisions": [],
            "created_time": "2018-08-22T10:11:10.993997Z",
            "last_modified_time": "2018-08-22T10:11:10.994023Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 1,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "description": null,
            "address_locality": {
                "fi": ""
            },
            "name": {
                "fi": "Kulttuuriaukio"
            },
            "street_address": {
                "fi": "Kauppamiehentie 7"
            },
            "telephone": null,
            "info_url": {
                "fi": "https://www.facebook.com/events/464568707379745/"
            },
            "@id": "http://api.hel.fi/linkedevents/v0.1/place/espoo:1600/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "espoo:30",
            "data_source": "espoo",
            "publisher": "espoo:kaupunki",
            "divisions": [],
            "created_time": null,
            "last_modified_time": "2018-04-26T15:19:07.923763Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 1,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "description": null,
            "address_locality": {
                "fi": ""
            },
            "name": {
                "fi": "Laajalahden luonnonsuojelualue"
            },
            "street_address": {
                "fi": "Vaisalantie 2-8"
            },
            "telephone": null,
            "info_url": {
                "fi": "http://www.espoo.fi/luontoretket",
                "sv": "",
                "en": ""
            },
            "@id": "http://api.hel.fi/linkedevents/v0.1/place/espoo:30/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "espoo:1828",
            "data_source": "espoo",
            "publisher": "espoo:kaupunki",
            "divisions": [],
            "created_time": "2018-08-27T11:10:50.875842Z",
            "last_modified_time": "2018-08-27T11:10:50.875869Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 1,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "description": null,
            "address_locality": {
                "fi": ""
            },
            "name": {
                "fi": "Laajalahti"
            },
            "street_address": {
                "fi": "Kuuterseläntie 2"
            },
            "telephone": null,
            "info_url": {
                "fi": ""
            },
            "@id": "http://api.hel.fi/linkedevents/v0.1/place/espoo:1828/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "espoo:3086",
            "data_source": "espoo",
            "publisher": "espoo:kaupunki",
            "divisions": [],
            "created_time": "2020-09-01T11:10:09.908879Z",
            "last_modified_time": "2020-09-01T11:10:09.908896Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 1,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "description": null,
            "address_locality": {
                "fi": ""
            },
            "name": {
                "fi": "Latokasken koulun kenttä"
            },
            "street_address": {
                "fi": "https"
            },
            "telephone": null,
            "info_url": {
                "fi": "https://www.latokaski.fi/blogi/puheenjohtajan-blogi/siruetanailta-keruutalkoot-31-8-klo-19-30-alkaen/"
            },
            "@id": "http://api.hel.fi/linkedevents/v0.1/place/espoo:3086/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "espoo:3039",
            "data_source": "espoo",
            "publisher": "espoo:kaupunki",
            "divisions": [],
            "created_time": "2019-06-14T11:10:15.422563Z",
            "last_modified_time": "2019-06-14T11:10:15.422576Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 1,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "description": null,
            "address_locality": {
                "fi": ""
            },
            "name": {
                "fi": "Latokaski, Kaskipiha 1"
            },
            "street_address": {
                "fi": "Kaskipiha 1"
            },
            "telephone": null,
            "info_url": {
                "fi": ""
            },
            "@id": "http://api.hel.fi/linkedevents/v0.1/place/espoo:3039/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "espoo:24",
            "data_source": "espoo",
            "publisher": "espoo:kaupunki",
            "divisions": [],
            "created_time": null,
            "last_modified_time": "2018-04-26T15:18:46.887956Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 1,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "description": null,
            "address_locality": {
                "fi": "Espoo"
            },
            "name": {
                "fi": "Leppävaaran asukaspuisto"
            },
            "street_address": {
                "fi": "Pikkulinnunreitti1 6"
            },
            "telephone": null,
            "info_url": {
                "fi": "",
                "sv": "",
                "en": ""
            },
            "@id": "http://api.hel.fi/linkedevents/v0.1/place/espoo:24/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}