Users API.

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

GET /api/users/?format=api&page=16
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=17",
    "previous": "https://translate.habitica.com/api/users/?format=api&page=15",
    "results": [
        {
            "full_name": "Stuart Armstrong",
            "username": "Cheesefondue"
        },
        {
            "full_name": "Bill Chen",
            "username": "BCihleln"
        },
        {
            "full_name": "Yngwie",
            "username": "Yngwie"
        },
        {
            "full_name": "Chap",
            "username": "Chap"
        },
        {
            "full_name": "Paula",
            "username": "Paula"
        },
        {
            "full_name": "Deleted User",
            "username": "deleted-308"
        },
        {
            "full_name": "Anastasia",
            "username": "astunass"
        },
        {
            "full_name": "Charles",
            "username": "Yoshisan1"
        },
        {
            "full_name": "Felipe de Carvalho Silva",
            "username": "FelipeDC"
        },
        {
            "full_name": "Alice Harris",
            "username": "alys"
        },
        {
            "full_name": "Oriel Nofekh‬‎",
            "username": "Vionerra"
        },
        {
            "full_name": "blueberry styles",
            "username": "blueberry"
        },
        {
            "full_name": "지오",
            "username": "Gio"
        },
        {
            "full_name": "Jakub Krchlik",
            "username": "kubson_sk"
        },
        {
            "full_name": "João Victor Gomes Dominici",
            "username": "jvdominici"
        },
        {
            "full_name": "NC",
            "username": "Niko_TW"
        },
        {
            "full_name": "Martin Bartak",
            "username": "bart"
        },
        {
            "full_name": "Raithe",
            "username": "RaitheOfDureya"
        },
        {
            "full_name": "guldan_dan",
            "username": "guldan"
        },
        {
            "full_name": "labyrinth",
            "username": "labyrinth2718"
        }
    ]
}