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

{
    "meta": {
        "count": 152284,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7601&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7599&show_all_places=true"
    },
    "data": [
        {
            "id": "harrastushaku:2188",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:50:46.881180Z",
            "last_modified_time": "2023-08-17T04:50:46.881197Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00750",
            "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,
            "street_address": {
                "fi": "Koudantie 2"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Puistolan peruskoulu"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2188/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3004",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:58:29.969698Z",
            "last_modified_time": "2023-08-17T04:58:29.969715Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00760",
            "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,
            "street_address": {
                "fi": "Puistolanraitti 18 / Nurkkatie 2"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": {
                "fi": "https://www.puistolanurheilijat.fi/kuntoliikunta/"
            },
            "description": null,
            "name": {
                "fi": "Puistolanraitin ala-aste"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3004/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1792",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:47:29.385737Z",
            "last_modified_time": "2023-08-17T04:47:29.385753Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00760",
            "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,
            "street_address": {
                "fi": "Puistolanraitti 18"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Puistolanraitin ala-asteen koulu"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1792/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3372",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:01:58.776426Z",
            "last_modified_time": "2023-08-17T05:01:58.776443Z",
            "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,
            "street_address": {
                "fi": "Vuosaarentie 7"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Puistopolun koulun köksänluokka (Lukion yhteydessä)"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3372/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2947",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:57:34.977136Z",
            "last_modified_time": "2023-08-17T04:57:34.977152Z",
            "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,
            "street_address": {
                "fi": "Punakiventie 4"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Puistopolun peruskoulu"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2947/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2189",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:50:49.181995Z",
            "last_modified_time": "2023-08-17T04:50:49.182016Z",
            "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,
            "telephone": null,
            "street_address": {
                "fi": "Kenttäpolku 3"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Pukinmäenkaaren peruskoulu"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2189/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2026",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:49:16.575250Z",
            "last_modified_time": "2023-08-17T04:49:16.575267Z",
            "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,
            "telephone": null,
            "street_address": {
                "fi": "Rälssintie 15"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Pukinmäen kartano"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2026/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3266",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:00:56.080588Z",
            "last_modified_time": "2023-08-17T05:00:56.080606Z",
            "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,
            "telephone": null,
            "street_address": {
                "fi": "Rälssintie 15"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Pukinmäen kartano"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3266/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3262",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:00:55.083137Z",
            "last_modified_time": "2023-08-17T05:00:55.083157Z",
            "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,
            "telephone": null,
            "street_address": {
                "fi": "Unikkotie 4"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": {
                "fi": "https://taidekoulut.fi/kuvataide/"
            },
            "description": null,
            "name": {
                "fi": "Pukinmäen kuvataidekoulu"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3262/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3263",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:00:55.281489Z",
            "last_modified_time": "2023-08-17T05:00:55.281509Z",
            "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,
            "telephone": null,
            "street_address": {
                "fi": "Säveltie 5 LH 1"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": {
                "fi": "https://taidekoulut.fi/musiikki/"
            },
            "description": null,
            "name": {
                "fi": "Pukinmäen musiikkikoulu"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3263/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3061",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:59:11.275272Z",
            "last_modified_time": "2023-08-17T04:59:11.275314Z",
            "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,
            "telephone": null,
            "street_address": {
                "fi": "Erkki Melartinintie 2 D"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": {
                "fi": "https://taidekoulut.fi/sirkus/"
            },
            "description": null,
            "name": {
                "fi": "Pukinmäen sirkuskoulu"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3061/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "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,
            "telephone": null,
            "street_address": {
                "fi": "Unikkotie 4"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": {
                "fi": "http://www.stadissa.fi/paikat/1455/pukinmaen-taidetalo"
            },
            "description": null,
            "name": {
                "fi": "Pukinmäen Taidetalo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2215/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2020",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:49:11.474967Z",
            "last_modified_time": "2023-08-17T04:49:11.474984Z",
            "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,
            "telephone": null,
            "street_address": {
                "fi": "Unikkotie 4"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Pukinmäen Taidetalo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2020/?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,
            "telephone": null,
            "street_address": {
                "fi": "Unikkotie 4"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": {
                "fi": "https://taidekoulut.fi/"
            },
            "description": null,
            "name": {
                "fi": "Pukinmäen taidetalo / Kuvataidekoulu"
            },
            "@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,
            "telephone": null,
            "street_address": {
                "fi": "Säterintie 4"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Pukinmäen toimintakeskus"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1793/?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,
            "telephone": null,
            "street_address": {
                "fi": "Kenttäkuja"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Pukinmäen urheilupuisto"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:900/?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,
            "telephone": null,
            "street_address": {
                "fi": "Kenttäkuja"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Pukinmäen urheilupuisto"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:901/?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,
            "telephone": null,
            "street_address": {
                "fi": "Korsholmantie 9G"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": {
                "fi": "ita-helsinki.punainenristi.fi"
            },
            "description": null,
            "name": {
                "fi": "Punaisen Ristin Itä-Helsingin osasto"
            },
            "@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,
            "telephone": null,
            "street_address": {
                "fi": "Hämeentie 85-89"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": {
                "fi": "http://kallio-kapyla.punainenristi.fi"
            },
            "description": null,
            "name": {
                "fi": "Punaisen Ristin Kallio-Käpylän osasto"
            },
            "@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,
            "telephone": null,
            "street_address": {
                "fi": "Kylänvanhimmanpiha 7"
            },
            "address_locality": {
                "fi": "Espoo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Puolarmaari"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3608/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}