GET help/languages

Updated on Thu, 2014-07-03 10:58

Returns the list of languages supported by Twitter along with the language code supported by Twitter.

The language code may be formatted as ISO 639-1 alpha-2 (en), ISO 639-3 alpha-3 (msa), or ISO 639-1 alpha-2 combined with an ISO 3166-1 alpha-2 localization (zh-tw).

Resource URL

https://api.twitter.com/1.1/help/languages.json

Example Request

GET

https://api.twitter.com/1.1/help/languages.json

  1. [
  2.   {
  3.     "code": "fr",
  4.     "status": "production",
  5.     "name": "French"
  6.   },
  7.   {
  8.     "code": "en",
  9.     "status": "production",
  10.     "name": "English"
  11.   },
  12.   {
  13.     "code": "ar",
  14.     "status": "production",
  15.     "name": "Arabic"
  16.   },
  17.   {
  18.     "code": "ja",
  19.     "status": "production",
  20.     "name": "Japanese"
  21.   },
  22.   {
  23.     "code": "es",
  24.     "status": "production",
  25.     "name": "Spanish"
  26.   },
  27.   {
  28.     "code": "de",
  29.     "status": "production",
  30.     "name": "German"
  31.   },
  32.   {
  33.     "code": "it",
  34.     "status": "production",
  35.     "name": "Italian"
  36.   },
  37.   {
  38.     "code": "id",
  39.     "status": "production",
  40.     "name": "Indonesian"
  41.   },
  42.   {
  43.     "code": "pt",
  44.     "status": "production",
  45.     "name": "Portuguese"
  46.   },
  47.   {
  48.     "code": "ko",
  49.     "status": "production",
  50.     "name": "Korean"
  51.   },
  52.   {
  53.     "code": "tr",
  54.     "status": "production",
  55.     "name": "Turkish"
  56.   },
  57.   {
  58.     "code": "ru",
  59.     "status": "production",
  60.     "name": "Russian"
  61.   },
  62.   {
  63.     "code": "nl",
  64.     "status": "production",
  65.     "name": "Dutch"
  66.   },
  67.   {
  68.     "code": "fil",
  69.     "status": "production",
  70.     "name": "Filipino"
  71.   },
  72.   {
  73.     "code": "msa",
  74.     "status": "production",
  75.     "name": "Malay"
  76.   },
  77.   {
  78.     "code": "zh-tw",
  79.     "status": "production",
  80.     "name": "Traditional Chinese"
  81.   },
  82.   {
  83.     "code": "zh-cn",
  84.     "status": "production",
  85.     "name": "Simplified Chinese"
  86.   },
  87.   {
  88.     "code": "hi",
  89.     "status": "production",
  90.     "name": "Hindi"
  91.   },
  92.   {
  93.     "code": "no",
  94.     "status": "production",
  95.     "name": "Norwegian"
  96.   },
  97.   {
  98.     "code": "sv",
  99.     "status": "production",
  100.     "name": "Swedish"
  101.   },
  102.   {
  103.     "code": "fi",
  104.     "status": "production",
  105.     "name": "Finnish"
  106.   },
  107.   {
  108.     "code": "da",
  109.     "status": "production",
  110.     "name": "Danish"
  111.   },
  112.   {
  113.     "code": "pl",
  114.     "status": "production",
  115.     "name": "Polish"
  116.   },
  117.   {
  118.     "code": "hu",
  119.     "status": "production",
  120.     "name": "Hungarian"
  121.   },
  122.   {
  123.     "code": "fa",
  124.     "status": "production",
  125.     "name": "Farsi"
  126.   },
  127.   {
  128.     "code": "he",
  129.     "status": "production",
  130.     "name": "Hebrew"
  131.   },
  132.   {
  133.     "code": "ur",
  134.     "status": "production",
  135.     "name": "Urdu"
  136.   },
  137.   {
  138.     "code": "th",
  139.     "status": "production",
  140.     "name": "Thai"
  141.   },
  142.   {
  143.     "code": "en-gb",
  144.     "status": "production",
  145.     "name": "English UK"
  146.   }
  147. ]