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

{
    "meta": {
        "count": 152281,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7600&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7598&show_all_places=true"
    },
    "data": [
        {
            "id": "harrastushaku:1360",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:44:12.080963Z",
            "last_modified_time": "2023-08-17T04:44:12.080980Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00630",
            "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": "Pirkkola"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Pirkkolan urheilupuiston harjoitusjäähalli"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1360/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2577",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:54:26.893408Z",
            "last_modified_time": "2023-08-17T04:54:26.893425Z",
            "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": "Keskipäivänkuja 4"
            },
            "address_locality": {
                "fi": "Espoo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Pirtti"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2577/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1113",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:43:25.870712Z",
            "last_modified_time": "2023-08-17T04:43:25.870730Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00380",
            "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": "Strömbergin puisto"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Pitäjänmäen kalliosuoja"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1113/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3108",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:59:31.187285Z",
            "last_modified_time": "2023-08-17T04:59:31.187302Z",
            "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,
            "telephone": null,
            "street_address": {
                "fi": "Kaartintorpantie 6"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": {
                "fi": "www.pks4h.fi"
            },
            "description": null,
            "name": {
                "fi": "Pks 4H:n toimitilat"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3108/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3001",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:58:25.878495Z",
            "last_modified_time": "2023-08-17T04:58:25.878512Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00520",
            "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": "Karjalankatu 2"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Pks 4H-Toimitila"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3001/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2969",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:57:49.171644Z",
            "last_modified_time": "2023-08-17T04:57:49.171660Z",
            "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,
            "telephone": null,
            "street_address": {
                "fi": "Kaartintorpantie 6"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": {
                "fi": "https://www.4hyhdistys.net/"
            },
            "description": null,
            "name": {
                "fi": "Pk-seudun 4H:n toimitila"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2969/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:20",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:41:36.479785Z",
            "last_modified_time": "2023-08-17T04:41:36.479803Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00640",
            "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": null,
            "address_locality": {
                "fi": "HELSINKI"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Pohjoinen nuorisotyöyksikkö"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:20/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3184",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:59:55.385035Z",
            "last_modified_time": "2023-08-17T04:59:55.385079Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00400",
            "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": "Pietari Hannikaisentie 6"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Pohjois-Haagan yhteiskoulu"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3184/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1922",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:48:15.182816Z",
            "last_modified_time": "2023-08-17T04:48:15.182835Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00400",
            "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": "Pietari Hannikaisen tie 6"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": {
                "fi": "http://www.phyk.fi/"
            },
            "description": null,
            "name": {
                "fi": "Pohjois-Haagan yhteiskoulu"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1922/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1082",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:43:23.876287Z",
            "last_modified_time": "2023-08-17T04:43:23.876304Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00510",
            "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": "Nokiantie 2-4 C, 2.krs"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Pohjois-Helsingin Bändikoulu"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1082/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1965",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:48:37.676711Z",
            "last_modified_time": "2023-08-17T04:48:37.676729Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00610",
            "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": "Pohjolagatan 2 D"
            },
            "address_locality": {
                "fi": "Helsingfors"
            },
            "info_url": {
                "fi": "www.nos.fi"
            },
            "description": null,
            "name": {
                "fi": "Pohjolagatans klubblokal"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1965/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1345",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:44:01.475311Z",
            "last_modified_time": "2023-08-17T04:44:01.475330Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00850",
            "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": "Puuskaniementie 21, (teatteriluokka)"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Poikkilaakson ala-aste"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1345/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2906",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:57:05.677364Z",
            "last_modified_time": "2023-08-17T04:57:05.677382Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01350",
            "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": "Talkootie 4"
            },
            "address_locality": {
                "fi": "Vantaa"
            },
            "info_url": {
                "fi": "www.puistokulma.fi"
            },
            "description": null,
            "name": {
                "fi": "Puistokulma"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2906/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1533",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:45:11.575610Z",
            "last_modified_time": "2023-08-17T04:45:11.575628Z",
            "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": "Puistolan ala-aste"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1533/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:601",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:42:14.275320Z",
            "last_modified_time": "2023-08-17T04:42:14.275339Z",
            "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": "Puistolan ala-aste"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:601/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3172",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:59:53.570626Z",
            "last_modified_time": "2023-08-17T04:59:53.570643Z",
            "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": "Nurkkatie 2"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Puistolan kirjasto monitoimitila"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3172/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1791",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:47:28.775200Z",
            "last_modified_time": "2023-08-17T04:47:28.775218Z",
            "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": "Koudanpolku 2"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Puistolan liikuntahalli"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1791/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "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"
        }
    ]
}