Users API.

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

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

{
    "count": 1165,
    "next": "https://translate.habitica.com/api/users/?format=api&page=24",
    "previous": "https://translate.habitica.com/api/users/?format=api&page=22",
    "results": [
        {
            "full_name": "Taha Ahmed",
            "username": "Meep13"
        },
        {
            "full_name": "ShrimplyPibbles",
            "username": "ShrimplyPibbles"
        },
        {
            "full_name": "Óscar Carretero",
            "username": "ocarreterom"
        },
        {
            "full_name": "alireza hosseini",
            "username": "alirezah_1377"
        },
        {
            "full_name": "Bart van I",
            "username": "Barthezzz"
        },
        {
            "full_name": "Elma Carlsson",
            "username": "elmzki"
        },
        {
            "full_name": "Aisa",
            "username": "Simplyaisa"
        },
        {
            "full_name": "Hyerin Moon",
            "username": "hyerin_Moon"
        },
        {
            "full_name": "Anne Shirley",
            "username": "LL"
        },
        {
            "full_name": "Maksym",
            "username": "Syrovatchenko"
        },
        {
            "full_name": "بندر سعود الجدعاني",
            "username": "bndrSoud"
        },
        {
            "full_name": "Sarcastic Phoenix",
            "username": "BrightSparx"
        },
        {
            "full_name": "Nanamachi",
            "username": "7machi"
        },
        {
            "full_name": "Володимир",
            "username": "klirikV"
        },
        {
            "full_name": "Ahmet Sefa AYNA",
            "username": "QuasarKhan"
        },
        {
            "full_name": "Johannes Spaas",
            "username": "sennahoj"
        },
        {
            "full_name": "Deleted User",
            "username": "deleted-459"
        },
        {
            "full_name": "Ele Kho",
            "username": "lordnuorin"
        },
        {
            "full_name": "konhi",
            "username": "konhi"
        },
        {
            "full_name": "Juno Van Eynde",
            "username": "ghostspeed0"
        }
    ]
}