Users API.

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

GET /api/users/?format=api&page=59
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1164,
    "next": null,
    "previous": "https://translate.habitica.com/api/users/?format=api&page=58",
    "results": [
        {
            "full_name": "Deleted User",
            "username": "deleted-1163"
        },
        {
            "full_name": "ForbiddenFigs",
            "username": "Figgy"
        },
        {
            "full_name": "Jaqueline Botaro Honorio",
            "username": "CrochetProgrammer"
        },
        {
            "full_name": "Liz Danford",
            "username": "liz_danford"
        }
    ]
}