View Current Set Language
GET/param.cgi?get_language_conf
Function: Gets the language configuration.
Camera Compatibility:
- Move 4K
- Link 4K
Example:
curl: curl "http://CAMERA-IP/cgi-bin/param.cgi?get_language_conf"
JavaScript: fetch("http://CAMERA-IP/cgi-bin/param.cgi?get_language_conf")
Response:
\{
"status": 200,
"data": \{
"default_language": "English",
"focus_mode_status": "unlock",
"isndi": "1",
"isdante": "0",
"streaming": "1",
"standby": "1",
"is_root_user": "0",
"focusmode": "afocus"
\}
\}
Request
Responses
- 200
The request has succeeded.