GET /api/json/users/{id}
Possible parameters:
- lang (Default value = ru) - The language in which you need to try to obtain the text. Possible options: en, ru, de, es, fr, it, nl, uk, zh, zt
Example of a complete request:
GET /api/json/users/3?lang=en
Response example:
{
"id": 3,
"login": "raTaHoa2",
"fio": "Сергеев Данила",
"avatar": "/storage/user_3/NEH6CEnibxrh15NdtFgUxtMRn4TDswd7nYuOBShC.jpg",
"role": "Moderator",
"status": "Activated",
"about": "",
"countPrograms": 1
}