GrowSpace
Manual

Retrieve Details by Place UID

2026년 09월 25일

Use the following API to retrieve detailed information for all places uploaded to a project.

📍 GET /open-api/v1/place/{id}

Request Header

KeyValueDescription
api-key{YOUR_API_Key}

Path Parameter

KeyValueDescription
idNumberThe unique number of the place you’re looking for

Response Body

200

{
"id": 1,
"placeAreaUid": "A01",
"image": {
"id": 11,
"type": "place",
"image": [
{
"id": 11,
"url": "https://firebasestorage.googleapis.com/v0/b/grow-maps-platform.appspot.com/o/project_thumbnail%2Fd6a71758-8d1b-4e92-a434-8f866066454b.webp?alt=media"
}
]
},
"createDate": "2025-07-16 10:49:44",
"updateDate": "2025-07-16",
"trn": [
{
"language": "def",
"name": "Place 1",
"description": "description"
}
],
"category": "Main category",
"subCategory": "Sub category"
}

400

{
 "error": "Invalid request"
}

cURL

curl --location 'https://space.api-freegrow.com/open-api/v1/place/1' 
--header 'api-key: {YOUR_API_KEY}'

Related Guides

Curious how to use the service? Check out the Growspace Studio Guide here

PDF로 내려받아 현장에서 보세요

Table of Contents