Users API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/users/t_aus_m/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 13,
    "full_name": "Till",
    "username": "t_aus_m"
}