Languages List Object
Properties
Name | Type | Description |
total | integer | Total number of languages documents that matched your query. |
languages | language[] | List of languages. |
Examples
JSON
{
"total": 5,
"languages": {
"name": "Italian",
"code": "it",
"nativeName": "Italiano"
}
}