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

{
    "meta": {
        "count": 151432,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7559&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7557&show_all_places=true"
    },
    "data": [
        {
            "id": "harrastushaku:2215",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:51:02.784508Z",
            "last_modified_time": "2023-08-17T04:51:02.784549Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00720",
            "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": "Unikkotie 4"
            },
            "name": {
                "fi": "Pukinmäen Taidetalo"
            },
            "telephone": null,
            "info_url": {
                "fi": "http://www.stadissa.fi/paikat/1455/pukinmaen-taidetalo"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2215/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3461",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:02:18.979792Z",
            "last_modified_time": "2023-08-17T05:02:18.979809Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00720",
            "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": "Unikkotie 4"
            },
            "name": {
                "fi": "Pukinmäen taidetalo / Kuvataidekoulu"
            },
            "telephone": null,
            "info_url": {
                "fi": "https://taidekoulut.fi/"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3461/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1793",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:47:29.773666Z",
            "last_modified_time": "2023-08-17T04:47:29.773683Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00720",
            "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": "Säterintie 4"
            },
            "name": {
                "fi": "Pukinmäen toimintakeskus"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1793/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:901",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:43:06.675549Z",
            "last_modified_time": "2023-08-17T04:43:06.675567Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "street_address": {
                "fi": "Kenttäkuja"
            },
            "name": {
                "fi": "Pukinmäen urheilupuisto"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:901/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:900",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:43:04.972028Z",
            "last_modified_time": "2023-08-17T04:43:04.972051Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "street_address": {
                "fi": "Kenttäkuja"
            },
            "name": {
                "fi": "Pukinmäen urheilupuisto"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:900/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1471",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:44:58.175348Z",
            "last_modified_time": "2023-08-17T04:44:58.175366Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00900",
            "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": "Korsholmantie 9G"
            },
            "name": {
                "fi": "Punaisen Ristin Itä-Helsingin osasto"
            },
            "telephone": null,
            "info_url": {
                "fi": "ita-helsinki.punainenristi.fi"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1471/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1413",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:44:30.982904Z",
            "last_modified_time": "2023-08-17T04:44:30.982947Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00550",
            "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": "Hämeentie 85-89"
            },
            "name": {
                "fi": "Punaisen Ristin Kallio-Käpylän osasto"
            },
            "telephone": null,
            "info_url": {
                "fi": "http://kallio-kapyla.punainenristi.fi"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1413/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3608",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:02:45.271688Z",
            "last_modified_time": "2023-08-17T05:02:45.271706Z",
            "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,
            "street_address": {
                "fi": "Kylänvanhimmanpiha 7"
            },
            "name": {
                "fi": "Puolarmaari"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Espoo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3608/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2043",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:49:25.470704Z",
            "last_modified_time": "2023-08-17T04:49:25.470722Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "12400",
            "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ähikkäläntie 1"
            },
            "name": {
                "fi": "Puuhamaa"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Janakkala"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2043/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1586",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:45:43.478453Z",
            "last_modified_time": "2023-08-17T04:45:43.478473Z",
            "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": "Panosaukio 1"
            },
            "name": {
                "fi": "Pyhän Jysäyksen seurakuntatalo"
            },
            "telephone": null,
            "info_url": {
                "fi": "http://www.helsinginseurakunnat.fi/seurakunnat/mikael.html"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1586/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2439",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:53:34.988231Z",
            "last_modified_time": "2023-08-17T04:53:34.988250Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "17500",
            "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": "Päijänteen kansallispuisto"
            },
            "name": {
                "fi": "Päijänteen kansallispuisto"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Padasjoki"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2439/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2024",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:49:13.174660Z",
            "last_modified_time": "2023-08-17T04:49:13.174677Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00720",
            "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": "Erkki Melartinintie 2"
            },
            "name": {
                "fi": "Päiväkoti Nuotti"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2024/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2826",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:56:29.984739Z",
            "last_modified_time": "2023-08-17T04:56:29.984757Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01420",
            "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": "Ismontie 2 Vantaa"
            },
            "name": {
                "fi": "Päiväkummun koulu"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Vantaa"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2826/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2833",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:56:34.883722Z",
            "last_modified_time": "2023-08-17T04:56:34.883738Z",
            "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,
            "street_address": {
                "fi": "Päivänkehräntie 2"
            },
            "name": {
                "fi": "Päivänkehrän koulu"
            },
            "telephone": null,
            "info_url": {
                "fi": "https://etela-espoo.mll.fi/"
            },
            "address_locality": {
                "fi": "Espoo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2833/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2242",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:51:15.077464Z",
            "last_modified_time": "2023-08-17T04:51:15.077480Z",
            "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,
            "street_address": {
                "fi": "Komeentankuja 4"
            },
            "name": {
                "fi": "Päivänkehrän koulu"
            },
            "telephone": null,
            "info_url": {
                "fi": "http://www.espoo.fi/paivankehrankoulu"
            },
            "address_locality": {
                "fi": "Espoo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2242/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2968",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:57:47.380775Z",
            "last_modified_time": "2023-08-17T04:57:47.380793Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00330",
            "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": "Kaartintorpantie 6"
            },
            "name": {
                "fi": "Pääkaupunkiseudun 4H:n toimitila"
            },
            "telephone": null,
            "info_url": {
                "fi": "https://www.4hyhdistys.net/"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2968/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1558",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:45:27.982928Z",
            "last_modified_time": "2023-08-17T04:45:27.982949Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00500",
            "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": "Pääskylänkatu 3"
            },
            "name": {
                "fi": "Pääskylänkadun kerhotila"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1558/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:37",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:41:37.877644Z",
            "last_modified_time": "2023-08-17T04:41:37.877662Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00440",
            "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": null,
            "name": {
                "fi": "Raittiina Radalla -toiminta"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "HELSINKI"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:37/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1995",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:48:59.772482Z",
            "last_modified_time": "2023-08-17T04:48:59.772499Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01280",
            "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": "Latukuja"
            },
            "name": {
                "fi": "Rajakylän Koulu"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Vantaa"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1995/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2065",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:49:33.683678Z",
            "last_modified_time": "2023-08-17T04:49:33.683702Z",
            "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,
            "street_address": {
                "fi": "Kaapelitehdas, Tallberginkatu 1 C 135"
            },
            "name": {
                "fi": "Ranskan Instituutti / Institut français de Finlande"
            },
            "telephone": null,
            "info_url": {
                "fi": "www.france.fi"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2065/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}