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

{
    "meta": {
        "count": 152285,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7607&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7605&show_all_places=true"
    },
    "data": [
        {
            "id": "harrastushaku:3455",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:02:17.978016Z",
            "last_modified_time": "2023-08-17T05:02:17.978035Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00100",
            "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": "Kämp Galleria, Mikonkatu 1"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": {
                "fi": "https://www.valokuvataiteenmuseo.fi"
            },
            "description": null,
            "name": {
                "fi": "Suomen valokuvataiteen museo, K1 Kämp Galleria"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3455/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2619",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:54:48.374577Z",
            "last_modified_time": "2023-08-17T04:54:48.374615Z",
            "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,
            "telephone": null,
            "street_address": {
                "fi": "Kuitinmäentie 27"
            },
            "address_locality": {
                "fi": "Espoo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Superpark Espoo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2619/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2650",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:55:00.881457Z",
            "last_modified_time": "2023-08-17T04:55:00.881476Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02440",
            "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": "Kuitinmäentie 27"
            },
            "address_locality": {
                "fi": "Espoo"
            },
            "info_url": {
                "fi": "https://superpark.fi/park/espoo/"
            },
            "description": null,
            "name": {
                "fi": "SuperPark Espoo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2650/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1885",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:48:01.084142Z",
            "last_modified_time": "2023-08-17T04:48:01.084160Z",
            "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,
            "telephone": null,
            "street_address": {
                "fi": "Suviniitynkatu 2B"
            },
            "address_locality": {
                "fi": "Espoo"
            },
            "info_url": {
                "fi": "http://www.espoo.fi/fi-FI/Nuoret/Kivaa_tekemista/Nuorisotilat/Suvelan_nuorisotila"
            },
            "description": null,
            "name": {
                "fi": "Suvelan nuorisotila"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1885/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3327",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:01:42.687941Z",
            "last_modified_time": "2023-08-17T05:01:42.687960Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00540",
            "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": "Kaasutehtaankatu 1/33"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": {
                "fi": "https://www.helsinginteatterikoulu.fi"
            },
            "description": null,
            "name": {
                "fi": "Suvilahden Eskus"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3327/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3309",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:01:30.680491Z",
            "last_modified_time": "2023-08-17T05:01:30.680517Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "0054",
            "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": "Kaasutehtaankatu 1 / 15"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": {
                "fi": "https://www.suvilahti.fi/tapahtumat/graffitiaita"
            },
            "description": null,
            "name": {
                "fi": "Suvilahden graffitiaita"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3309/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1700",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:46:51.075206Z",
            "last_modified_time": "2023-08-17T04:46:51.075225Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00540",
            "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": "Kaasutehtaankatu 1"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Suvilahti"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1700/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3318",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:01:33.079699Z",
            "last_modified_time": "2023-08-17T05:01:33.079715Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02100",
            "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": "Ahertajantie 6C"
            },
            "address_locality": {
                "fi": "Espoo"
            },
            "info_url": {
                "fi": "www.voimisteluseura.fi"
            },
            "description": null,
            "name": {
                "fi": "SVS-sali"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3318/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3238",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:00:32.884009Z",
            "last_modified_time": "2023-08-17T05:00:32.884025Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "10900",
            "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": "Hanko"
            },
            "address_locality": {
                "fi": "Hanko"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Syndalen"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3238/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2403",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:53:07.181738Z",
            "last_modified_time": "2023-08-17T04:53:07.181756Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "33230",
            "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": "Tampere"
            },
            "address_locality": {
                "fi": "Tampere"
            },
            "info_url": {
                "fi": "www.särkänniemi.fi"
            },
            "description": null,
            "name": {
                "fi": "Särkänniemi"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2403/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3448",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:02:15.875952Z",
            "last_modified_time": "2023-08-17T05:02:15.875969Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "0260",
            "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äterinpuistontie 5"
            },
            "address_locality": {
                "fi": "Espoo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Säterin kenttä"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3448/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3450",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:02:16.270617Z",
            "last_modified_time": "2023-08-17T05:02:16.270634Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02600",
            "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äterinpuistotie 1"
            },
            "address_locality": {
                "fi": "Espoo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Säterinniitty"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3450/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2404",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:53:09.173445Z",
            "last_modified_time": "2023-08-17T04:53:09.173464Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02600",
            "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äterinkatu 8"
            },
            "address_locality": {
                "fi": "Espoo"
            },
            "info_url": {
                "fi": "www.taitavatkadet.com"
            },
            "description": null,
            "name": {
                "fi": "Säterin toimipiste, Espoo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2404/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2417",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:53:22.779874Z",
            "last_modified_time": "2023-08-17T04:53:22.779891Z",
            "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": "Länsiportti 1 B"
            },
            "address_locality": {
                "fi": "ESPOO"
            },
            "info_url": {
                "fi": "www.savelmetsa.fi"
            },
            "description": null,
            "name": {
                "fi": "Sävelmetsä"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2417/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1604",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:45:50.584183Z",
            "last_modified_time": "2023-08-17T04:45:50.584202Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02360",
            "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": "Övergårdsvägen 28"
            },
            "address_locality": {
                "fi": "Esbo"
            },
            "info_url": {
                "fi": "www.espoo.fi/nuoriespoo > Nuorisotilat > Sökö ungdomslokal"
            },
            "description": null,
            "name": {
                "fi": "Sökö ungdomslokal"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1604/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1555",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:45:21.679281Z",
            "last_modified_time": "2023-08-17T04:45:21.679300Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00390",
            "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": "Ruosilankuja 3 C"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": {
                "fi": "www.tu11.fi"
            },
            "description": null,
            "name": {
                "fi": "Taekwondourheilijat 2011 - sali"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1555/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2938",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:57:25.186492Z",
            "last_modified_time": "2023-08-17T04:57:25.186509Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00870",
            "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": "Gunillantie 12"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": {
                "fi": "https://www.hel.fi/peruskoulut/fi/koulut/tahvonlahden-ala-aste/"
            },
            "description": null,
            "name": {
                "fi": "Tahvonlahden ala-asteen koulu"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2938/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2773",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:55:55.477990Z",
            "last_modified_time": "2023-08-17T04:55:55.478007Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01600",
            "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": "Myyrmäentie 6, Vantaa"
            },
            "address_locality": {
                "fi": "vantaa"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Taidetalo Toteemi"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2773/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3131",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:59:42.879950Z",
            "last_modified_time": "2023-08-17T04:59:42.879969Z",
            "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": "Mäkelänkatu 62A, 5. krs"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": {
                "fi": "http://www.tsmkungfu.fi"
            },
            "description": null,
            "name": {
                "fi": "Tai Shin Mun Vallila"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3131/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:2011",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T04:49:06.382991Z",
            "last_modified_time": "2023-08-17T04:49:06.383009Z",
            "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,
            "telephone": null,
            "street_address": {
                "fi": "Kaikukatu 4 A"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "info_url": {
                "fi": "http://www.helsingintanssiopisto.fi/index.php"
            },
            "description": null,
            "name": {
                "fi": "Taiteen talo (Leipätehdas), TAT-studiot"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2011/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}