Skip to main content
GET
/
ws
/
1.1
/
languages.get
languages.get
curl --request GET \
  --url https://api.musixmatch.com/ws/1.1/languages.get
{
  "message": {
    "body": {
      "language_list": [
        {
          "language": {
            "has_romanization": 123,
            "is_romanized": 123,
            "iso_code_romanization": "<string>",
            "language_iso_code_1": "<string>",
            "language_iso_code_3": "<string>",
            "language_name": "<string>"
          }
        }
      ]
    },
    "header": {
      "available": 123,
      "execute_time": 123,
      "status_code": 123
    }
  }
}

Authorizations

apikey
string
query
required

Query Parameters

has_romanization
string

When set (that is, value = 1), it will show additional information regarding romanized langugages.

Response

200 - application/json

200 OK / 401 Unauthorized

message
object