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

{
    "meta": {
        "count": 151410,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7552&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7550&show_all_places=true"
    },
    "data": [
        {
            "id": "harrastushaku:2853",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:56:42.584248Z",
            "last_modified_time": "2023-08-17T04:56:42.584266Z",
            "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"
            },
            "name": {
                "fi": "Nuorten monitoimitila Liito"
            },
            "telephone": null,
            "info_url": {
                "fi": "http://www.sivistysvantaa.fi/nuortenvantaa/artikkelit/paikat/nuortenmonitoimitilaliito.html"
            },
            "address_locality": {
                "fi": "Vantaa"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2853/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3258",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:00:51.680487Z",
            "last_modified_time": "2023-08-17T05:00:51.680505Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00830",
            "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": "Vartiosaaren Talli"
            },
            "name": {
                "fi": "Nuorten Saarigalleria"
            },
            "telephone": null,
            "info_url": {
                "fi": "http://vartiosaari.munstadi.fi/saarigalleriainfo/#"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3258/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1607",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:45:52.684117Z",
            "last_modified_time": "2023-08-17T04:45:52.684135Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02230",
            "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": "Palvelutori, Kauppakeskus Iso Omena"
            },
            "name": {
                "fi": "Nuorten tieto- ja neuvontapiste yESBOx"
            },
            "telephone": null,
            "info_url": {
                "fi": "www.espoo.fi/yesbox"
            },
            "address_locality": {
                "fi": "Espoo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1607/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3383",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:02:00.597880Z",
            "last_modified_time": "2023-08-17T05:02:00.597904Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00840",
            "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": "Yliskylän puistokatu 4 (Kauppakeskus Saaren 1 kerros)"
            },
            "name": {
                "fi": "Nuorten ympäristötila"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3383/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2066",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:49:34.882570Z",
            "last_modified_time": "2023-08-17T04:49:34.882589Z",
            "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": "TIkkurilantie 40"
            },
            "name": {
                "fi": "Nutakontti - Tikkurila"
            },
            "telephone": null,
            "info_url": {
                "fi": "https://www.facebook.com/nutakontti/?fref=ts"
            },
            "address_locality": {
                "fi": "Vantaa"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2066/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1351",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:44:08.779597Z",
            "last_modified_time": "2023-08-17T04:44:08.779614Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "18600",
            "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": "Karjalantie 55"
            },
            "name": {
                "fi": "Nynäsin koulutuskeskus"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Myllyoja"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1351/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3215",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:00:21.791200Z",
            "last_modified_time": "2023-08-17T05:00:21.791217Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02340",
            "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": "Nöykkiönlaaksontie 3"
            },
            "name": {
                "fi": "Nöykkiön koulu"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Espoo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3215/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2470",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:53:45.475334Z",
            "last_modified_time": "2023-08-17T04:53:45.475352Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02340",
            "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": "Nöykkiönlaaksontie 3"
            },
            "name": {
                "fi": "Nöykkiön koulu"
            },
            "telephone": null,
            "info_url": {
                "fi": "https://liikuntaleirit.fi/leiripaikat/noykkio"
            },
            "address_locality": {
                "fi": "Espoo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2470/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2509",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:54:02.078082Z",
            "last_modified_time": "2023-08-17T04:54:02.078099Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02340",
            "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": "Nöykkiönlaaksontie 3"
            },
            "name": {
                "fi": "Nöykkiön koulu"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Espoo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2509/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2593",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:54:36.571905Z",
            "last_modified_time": "2023-08-17T04:54:36.571922Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02330",
            "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": "Oxfotintie 6"
            },
            "name": {
                "fi": "Nöykkiönlaakson koulu"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "ESPOO"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2593/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1599",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:45:46.072883Z",
            "last_modified_time": "2023-08-17T04:45:46.072902Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02330",
            "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": "Oxfotintie 2"
            },
            "name": {
                "fi": "Nöykkiön nuorisotila"
            },
            "telephone": null,
            "info_url": {
                "fi": "http://www.espoo.fi/fi-FI/Nuoret/Kivaa_tekemista/Nuorisotilat"
            },
            "address_locality": {
                "fi": "Espoo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1599/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3130",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:59:41.887764Z",
            "last_modified_time": "2023-08-17T04:59:41.887806Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02400",
            "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": "Kirkkotallintie 1"
            },
            "name": {
                "fi": "Ohjaamo Kirkkonummi/ Navigatorn Kyrkslätt"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Kirkkonummi"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3130/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2842",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:56:37.873238Z",
            "last_modified_time": "2023-08-17T04:56:37.873257Z",
            "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 2"
            },
            "name": {
                "fi": "Ohjaamo Vantaa"
            },
            "telephone": null,
            "info_url": {
                "fi": "http://ohjaamot.fi/web/ohjaamo-vantaa/palvelut"
            },
            "address_locality": {
                "fi": "Vantaa"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2842/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2812",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:56:20.373781Z",
            "last_modified_time": "2023-08-17T04:56:20.373806Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02740",
            "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": "Kunnarlantie 33-39"
            },
            "name": {
                "fi": "Oittaan uimaranta"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Espoo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2812/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3048",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:58:59.181203Z",
            "last_modified_time": "2023-08-17T04:58:59.181222Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02740",
            "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": "Kunnarlantie 39"
            },
            "name": {
                "fi": "Oittaan ulkoilukeskus"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Espoo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3048/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3479",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:02:22.276978Z",
            "last_modified_time": "2023-08-17T05:02:22.276996Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01340",
            "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": "Niinikuja"
            },
            "name": {
                "fi": "Ojalehdon leikkipuisto"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Vantaa"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3479/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2740",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:55:33.876116Z",
            "last_modified_time": "2023-08-17T04:55:33.876135Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02200",
            "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": "Olarinluoma 4"
            },
            "name": {
                "fi": "Olarin kirkko"
            },
            "telephone": null,
            "info_url": {
                "fi": "nuori.chapple.fi"
            },
            "address_locality": {
                "fi": "Espoo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2740/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2393",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:53:01.980718Z",
            "last_modified_time": "2023-08-17T04:53:01.980736Z",
            "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": "Maapallonkatu 1"
            },
            "name": {
                "fi": "Olarin nuorisotila"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Espoo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2393/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1600",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:45:48.673885Z",
            "last_modified_time": "2023-08-17T04:45:48.673903Z",
            "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": "Maapallonkuja 1"
            },
            "name": {
                "fi": "Olarin nuorisotila"
            },
            "telephone": null,
            "info_url": {
                "fi": "www.espoo.fi/nuoriespoo > Nuorisotilat > Olarin nuorisotila"
            },
            "address_locality": {
                "fi": "Espoo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1600/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2754",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:55:42.883109Z",
            "last_modified_time": "2023-08-17T04:55:42.883128Z",
            "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": "Kuusikallionkuja 3 F"
            },
            "name": {
                "fi": "Olarin opetuspiste 1"
            },
            "telephone": null,
            "info_url": {
                "fi": "www.espoonkuvataidekoulu.fi"
            },
            "address_locality": {
                "fi": "Espoo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2754/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}