Users API.

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

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

{
    "count": 1104,
    "next": "https://translate.habitica.com/api/users/?format=api&page=6",
    "previous": "https://translate.habitica.com/api/users/?format=api&page=4",
    "results": [
        {
            "full_name": "Данил",
            "username": "Prosta4ok_ua"
        },
        {
            "full_name": "Toni",
            "username": "Tonlll"
        },
        {
            "full_name": "Berta",
            "username": "Xatber"
        },
        {
            "full_name": "Deleted User",
            "username": "deleted-86"
        },
        {
            "full_name": "Ovidiu Andrei",
            "username": "LordySwordy"
        },
        {
            "full_name": "Heriastuti Puteri Utami",
            "username": "HolyRibbon"
        },
        {
            "full_name": "Alex Pankhurst",
            "username": "Alex_Pankhurst"
        },
        {
            "full_name": "Clémence Herbin",
            "username": "Shadora"
        },
        {
            "full_name": "Diane",
            "username": "Dianx"
        },
        {
            "full_name": "Olivier Vandenberghe",
            "username": "weida"
        },
        {
            "full_name": "Deleted User",
            "username": "deleted-93"
        },
        {
            "full_name": "Diego Barbosa Neo",
            "username": "origineo"
        },
        {
            "full_name": "Tânia",
            "username": "Taaania"
        },
        {
            "full_name": "younggyu.lee",
            "username": "younggyu.lee"
        },
        {
            "full_name": "Kayla Marie Wainsztein Di Vito",
            "username": "lalesbianadelcampo"
        },
        {
            "full_name": "Gustavo Pantufla",
            "username": "Serwetka"
        },
        {
            "full_name": "Nikol Daňová",
            "username": "Niika"
        },
        {
            "full_name": "Vege Ooi",
            "username": "VegeOoi"
        },
        {
            "full_name": "Zehra Bayram",
            "username": "kiki"
        },
        {
            "full_name": "Aryan Tomar",
            "username": "DarkTrippin"
        }
    ]
}