Users API.

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

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

{
    "email": "noreply@weblate.org",
    "full_name": "Anonymous",
    "username": "anonymous",
    "groups": [
        "https://waldo.team/api/groups/2/?format=api",
        "https://waldo.team/api/groups/1/?format=api"
    ],
    "is_superuser": false,
    "is_active": false,
    "date_joined": "2018-12-21T01:03:02+09:00",
    "url": "https://waldo.team/api/users/anonymous/?format=api"
}