curl --request GET \
--url https://api.example.com/geolocate{
"ip": "<string>",
"location": {
"file_index": 123,
"range_start_int": 123,
"range_end_int": 123,
"range_start_ip": "<string>",
"range_end_ip": "<string>",
"country_code": "<string>",
"country_name": "<string>"
},
"allowed": false
}사용자의 IP 주소를 기반으로 위치 정보를 조회합니다.
이 API는 디버깅 목적을 위해 제공되며, 향후 제공되지 않을 수 있습니다.
curl --request GET \
--url https://api.example.com/geolocate{
"ip": "<string>",
"location": {
"file_index": 123,
"range_start_int": 123,
"range_end_int": 123,
"range_start_ip": "<string>",
"range_end_ip": "<string>",
"country_code": "<string>",
"country_name": "<string>"
},
"allowed": false
}Documentation Index
Fetch the complete documentation index at: https://translations.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
위치 정보를 조회할 IP 주소입니다. 지정하지 않으면 클라이언트 IP 주소가 기본값으로 사용됩니다. 위치 조회에 사용할 IP 주소입니다. 기본값은 클라이언트의 IP 주소입니다.
"1.2.3.4"