For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get Address

Search business address data by keyword.

/get-address/

Method: POST Max Expected Response Time: 60 seconds

Request Body

Field
Type
Description

key_word

string

Address search keyword. This can be a city, district, village, postal code, or similar term.

Response Body

Field
Type
Description

data

Address search result data

provinsi

string

Province name

kota

string

City name

sub_dis

string

District name

urban

string

Village name

postal

string

Postal code

message

string

Response message

Get Address

post
Body
key_wordstringRequired
Responses
200Success
application/json
rcstringRequired
messagestringRequired
post
/get-address/
200Success

Last updated