Users API.

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

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

{
    "count": 1186,
    "next": null,
    "previous": "https://translate.habitica.com/api/users/?format=api&page=59",
    "results": [
        {
            "full_name": "immam",
            "username": "immam"
        },
        {
            "full_name": "ana",
            "username": "13abn"
        },
        {
            "full_name": "Lokmane Kaittoum",
            "username": "cino"
        },
        {
            "full_name": "Maycon Douglas Silva Santos",
            "username": "DarkDollynho"
        },
        {
            "full_name": "Filip Polsakiewicz",
            "username": "fpolsak"
        },
        {
            "full_name": "Alex Muro Adelarpe",
            "username": "Alex"
        }
    ]
}