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

{
    "meta": {
        "count": 152276,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7585&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7583&show_all_places=true"
    },
    "data": [
        {
            "id": "harrastushaku:3442",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:02:15.584280Z",
            "last_modified_time": "2023-08-17T05:02:15.584301Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00000",
            "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": "Koti"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "address_locality": {
                "fi": "-"
            },
            "name": {
                "fi": "Koti"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3442/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1546",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:45:13.797278Z",
            "last_modified_time": "2023-08-17T04:45:13.797296Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "48300",
            "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": "Mahlamäentie 31"
            },
            "telephone": null,
            "description": null,
            "info_url": {
                "fi": "http://smashtennis.sporttisaitti.com/"
            },
            "address_locality": {
                "fi": "Kotka"
            },
            "name": {
                "fi": "Kotkan Tennishalli"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1546/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3473",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:02:21.280935Z",
            "last_modified_time": "2023-08-17T05:02:21.280953Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01670",
            "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": "Koukkuveräjä,"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "address_locality": {
                "fi": "Vantaa"
            },
            "name": {
                "fi": "Koukkuniityn puisto"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3473/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2253",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:51:19.375554Z",
            "last_modified_time": "2023-08-17T04:51:19.375571Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02770",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "street_address": {
                "fi": "muuranlanpiha 3"
            },
            "telephone": null,
            "description": null,
            "info_url": {
                "fi": "http://www.espoo.fi/koulumestarinkoulu"
            },
            "address_locality": {
                "fi": "Espoo"
            },
            "name": {
                "fi": "Koulumestarin koulu"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2253/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1970",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:48:39.073738Z",
            "last_modified_time": "2023-08-17T04:48:39.073756Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "21600",
            "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": "Vitstenintie"
            },
            "telephone": null,
            "description": null,
            "info_url": {
                "fi": "http://www.ltsrk.fi/paraisten-seurakuntayhtyma/kiinteistot/muut-kiinteistot/193-"
            },
            "address_locality": {
                "fi": "Parainen"
            },
            "name": {
                "fi": "Koupon leirikeskus"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1970/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1746",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:47:13.076045Z",
            "last_modified_time": "2023-08-17T04:47:13.076083Z",
            "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": "Albertinkatu 27 a B 12"
            },
            "telephone": null,
            "description": null,
            "info_url": {
                "fi": "http://kriittinenkorkeakoulu.fi/"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "name": {
                "fi": "Kriittinen korkeakoulu"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1746/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2545",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:54:12.677819Z",
            "last_modified_time": "2023-08-17T04:54:12.677837Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02240",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "street_address": {
                "fi": "Friisinkalliontie 4"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "address_locality": {
                "fi": "ESPOO"
            },
            "name": {
                "fi": "Kuitinmäen alakoulu"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2545/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2034",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:49:21.178077Z",
            "last_modified_time": "2023-08-17T04:49:21.178100Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "03540",
            "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": "Vehkalahdentie 166"
            },
            "telephone": null,
            "description": null,
            "info_url": {
                "fi": "http://www.vantaa.fi/vapaa-aika/nuoret/jarjestoille_ja_ryhmille/leirikeskukset"
            },
            "address_locality": {
                "fi": "Heinola"
            },
            "name": {
                "fi": "Kukkonnotkon Leirikeskus"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2034/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2014",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:49:10.283498Z",
            "last_modified_time": "2023-08-17T04:49:10.283516Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "19250",
            "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": "Vehkalahdentie 166"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "address_locality": {
                "fi": "Syrjäkoski, Heinola"
            },
            "name": {
                "fi": "Kukonnotkon leirikeskus"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2014/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2883",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:56:52.082094Z",
            "last_modified_time": "2023-08-17T04:56:52.082112Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "19250",
            "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": "Vehkalahdentie 166"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "address_locality": {
                "fi": "Syrjäkoski"
            },
            "name": {
                "fi": "Kukonnotkon leirikeskus"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2883/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3579",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:02:37.779935Z",
            "last_modified_time": "2023-08-17T05:02:37.779952Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "19250",
            "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": "Vehkalahdentie 166"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "address_locality": {
                "fi": "Syrjäkoski"
            },
            "name": {
                "fi": "Kukonnotkon leirikeskus"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3579/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3578",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:02:37.476845Z",
            "last_modified_time": "2023-08-17T05:02:37.476863Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "19250",
            "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": "Vehkalahdentie 166"
            },
            "telephone": null,
            "description": null,
            "info_url": {
                "fi": "https://www.vantaa.fi/vapaa-aika/nuoret/jarjestoille_ja_ryhmille/leirikeskukset#"
            },
            "address_locality": {
                "fi": "Syrjäkoski"
            },
            "name": {
                "fi": "Kukonnotkon leirikeskus"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3578/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1975",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:48:42.594716Z",
            "last_modified_time": "2023-08-17T04:48:42.594734Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "19250",
            "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": "Vehkalahdentie 166"
            },
            "telephone": null,
            "description": null,
            "info_url": {
                "fi": "http://www.vantaa.fi/vapaa-aika/nuoret/jarjestoille_ja_ryhmille/leirikeskukset"
            },
            "address_locality": {
                "fi": "Syrjäkoski"
            },
            "name": {
                "fi": "Kukonnotkon leirikeskus, Nuorisopalvelut"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1975/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:131",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:41:46.472138Z",
            "last_modified_time": "2023-08-17T04:41:46.472157Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00120",
            "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": "Pieni Roobertinkatu 12-14"
            },
            "telephone": null,
            "description": null,
            "info_url": {
                "fi": "http://gloria.munstadi.fi/"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "name": {
                "fi": "Kulttuuriareena Gloria"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:131/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3304",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:01:27.487528Z",
            "last_modified_time": "2023-08-17T05:01:27.487544Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00530",
            "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": "Kaikukatu 4 B"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki"
            },
            "name": {
                "fi": "Kulttuurikeskus Caisa"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3304/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3073",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:59:19.972979Z",
            "last_modified_time": "2023-08-17T04:59:19.972998Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00920",
            "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": "Liikuntamylly, Jauhokuja 3 ovi C tai A1"
            },
            "telephone": null,
            "description": null,
            "info_url": {
                "fi": "www.kulttuurimylly.com"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "name": {
                "fi": "Kulttuurimylly"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3073/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1887",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:48:02.580536Z",
            "last_modified_time": "2023-08-17T04:48:02.580555Z",
            "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,
            "street_address": {
                "fi": "Vähänkyröntie 3"
            },
            "telephone": null,
            "description": null,
            "info_url": {
                "fi": "http://kasvitarha.munstadi.fi/"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "name": {
                "fi": "Kumpulan koulukasvitarha"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1887/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1732",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:47:07.882542Z",
            "last_modified_time": "2023-08-17T04:47:07.882559Z",
            "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,
            "street_address": {
                "fi": "Vähänkyröntie 4"
            },
            "telephone": null,
            "description": null,
            "info_url": {
                "fi": "koskela.munstadi.fi"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "name": {
                "fi": "Kumpulan koulukasvitarha"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1732/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2854",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:56:43.476173Z",
            "last_modified_time": "2023-08-17T04:56:43.476190Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01300",
            "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": "Lummetie 2b"
            },
            "telephone": null,
            "description": null,
            "info_url": {
                "fi": "http://www.sivistysvantaa.fi/nuortenvantaa/artikkelit/paikat/nuortentyopajat/kadentaidot.html"
            },
            "address_locality": {
                "fi": "Vantaa"
            },
            "name": {
                "fi": "Kädentaitopaja"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2854/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1579",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:45:39.590971Z",
            "last_modified_time": "2023-08-17T04:45:39.590997Z",
            "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,
            "street_address": {
                "fi": "Mäkelänkatu 86-96"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki"
            },
            "name": {
                "fi": "Käpylinna"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1579/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}