cURL
curl --request GET \ --url https://api.example.com/v1/languages
{ "code": 100, "data": [ { "language": "<string>", "code": "<string>" } ], "message": "<string>" }
Return the list of supported languages with code and display name.
Successful Response
Show child attributes
Was this page helpful?