Update JusoDB.csv, icon.png, and 4 more files...

This commit is contained in:
2025-09-23 21:01:00 +09:00
parent b767423e28
commit 5a47b792d6
6 changed files with 1237 additions and 0 deletions

44
vworld_API_request.json Normal file
View File

@@ -0,0 +1,44 @@
{
'response':
{
'service':
{
'name': 'address',
'version': '2.0',
'operation': 'getaddress',
'time': '10(ms)'
},
'status': 'OK',
'input':
{
'point':
{
'x': '126.98788',
'y': '37.539325'
},
'crs': 'epsg:4326',
'type': 'both'
},
'result':
[
{
'zipcode': '',
'type': 'parcel',
'text': ' -5',
'structure':
{
'level0': '',
'level1': '',
'level2': '',
'level3': '',
'level4L': '',
'level4LC': '1117013000',
'level4A': '',
'level4AC': '', '
level5': '',
'detail': ''
}
}
]
}
}