Users API.

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

GET /api/users/?format=api&page=24
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=25",
    "previous": "https://translate.habitica.com/api/users/?format=api&page=23",
    "results": [
        {
            "full_name": "Distinguished Cyberalchemist",
            "username": "cyberalchemist"
        },
        {
            "full_name": "北葵",
            "username": "Beikui"
        },
        {
            "full_name": "Skyea",
            "username": "kayvee19"
        },
        {
            "full_name": "JANET LIU",
            "username": "janetliu2003"
        },
        {
            "full_name": "Loufoquerie",
            "username": "loufoquerie"
        },
        {
            "full_name": "Juls",
            "username": "dyuuuuuuuuls"
        },
        {
            "full_name": "firebird_Fird",
            "username": "caved"
        },
        {
            "full_name": "A",
            "username": "bigdog"
        },
        {
            "full_name": "Andreia R",
            "username": "AnjiNyan"
        },
        {
            "full_name": "Jana Kubátová",
            "username": "Ceartais"
        },
        {
            "full_name": "Maria Crisma N  P",
            "username": "chrysannap"
        },
        {
            "full_name": "RougeFlor",
            "username": "RougeFlor"
        },
        {
            "full_name": "Captain Klay",
            "username": "captainklay"
        },
        {
            "full_name": "zalath chen",
            "username": "zalath"
        },
        {
            "full_name": "Zoltán Harkányi",
            "username": "harzol"
        },
        {
            "full_name": "Céu",
            "username": "ceu_"
        },
        {
            "full_name": "Mohamad Janati",
            "username": "Noobj2"
        },
        {
            "full_name": "Marina da Costa Araújo",
            "username": "ninakptolio"
        },
        {
            "full_name": "Dmitry",
            "username": "Torionic1"
        },
        {
            "full_name": "Deleted User",
            "username": "deleted-482"
        }
    ]
}