Get available language

Prev Next

We are preparing a localization service for the content. We will do our best to provide the localization service as soon as possible.

Gets languages on which morphological analysis can be performed.
You can get morphological analyzer with the languages and use the result to create a domain.

GET https://cloudsearch.apigw.ntruss.com/CloudSearch/real/v1/language

Response

Field Type Description Note
Array List of languages on which morphological analysis can be performed

Response status

HTTP status Description
200 OK (Successfully completed)
400 Bad Request
401 Unauthorized
403 Forbidden
404 Not Found
500 Internal Server Error

Examples

Request Example

GET /cloudsearch/real/v1/language HTTP/1.1
Host: cloudsearch.apigw.ntruss.com
accept:application/json
x-ncp-iam-access-key: cPMl0CYGgRYvEa8sylCj
x-ncp-apigw-signature-v2: rbKtQFcB9Pl1mBBIduhMUqgTF3c30bJx2HXZDUj8TKM=
x-ncp-apigw-timestamp: 1551670779072

Request Example

[
  "english",
  "indonesian",
  "japanese",
  "korean",
  "thai"
]