Stay organized with collections
Save and categorize content based on your preferences.
Returns a list of supported languages for translation.
HTTP request
GET https://{TRANSLATION_GDC_ENDPOINT}/v3/{parent}/supportedLanguages
Path parameters
Parameters
parent
string
Required. Project to make a call. Must refer to a caller's project.
Format: projects/{project-id}.
Query parameters
Parameters
displayLanguageCode
string
Optional. The language to use to return localized, human-readable names of supported languages. If missing, then display names are not returned in a response.
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of SupportedLanguages.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-11 UTC."],[],[],null,["# Method: projects.getSupportedLanguages\n\nReturns a list of supported languages for translation.\n\n### HTTP request\n\n`GET https://{TRANSLATION_GDC_ENDPOINT}/v3/{parent}/supportedLanguages`\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [SupportedLanguages](/distributed-cloud/hosted/docs/latest/appliance/apis/service/vertex-ai/translation/rest/v3/SupportedLanguages)."]]