コンテンツにスキップ

空間ID内の地物IDリストを取得

GET
/citygml/features
curl --request GET \
--url 'https://api.plateauview.mlit.go.jp/citygml/features?sid=example'
sid
required
string

カンマ区切りの空間ID

成功時のレスポンス

Media type application/json
object
featureIds
Array<string>
Example generated
{
"featureIds": [
"example"
]
}