Users API.

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

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

{
    "count": 1083,
    "next": "https://translate.habitica.com/api/users/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "full_name": "Anonymous",
            "username": "anonymous"
        },
        {
            "full_name": "Phillip Thelen",
            "username": "phillip"
        },
        {
            "full_name": "Sabe Jones",
            "username": "SabreCat"
        },
        {
            "full_name": "Nicole Walters",
            "username": "shanaqui"
        },
        {
            "full_name": "YV",
            "username": "Vampitch"
        },
        {
            "full_name": "Yuri Mashukov",
            "username": "Jazzis"
        },
        {
            "full_name": "Maximilian Antipenko",
            "username": "maximillliano"
        },
        {
            "full_name": "Ksenia Evteeva",
            "username": "evteeva_ks"
        },
        {
            "full_name": "Matheus Victor",
            "username": "Viccthor"
        },
        {
            "full_name": "Sara Olson",
            "username": "saraolson"
        },
        {
            "full_name": "Geovane S Pansiere",
            "username": "GeovaneSp"
        },
        {
            "full_name": "cTheDragons",
            "username": "cTheDragons"
        },
        {
            "full_name": "Borja Alcalá",
            "username": "Reksahr_mvp"
        },
        {
            "full_name": "Caroline Casey",
            "username": "FolleMente"
        },
        {
            "full_name": "Deleted User",
            "username": "deleted-16"
        },
        {
            "full_name": "Max Lyashuk",
            "username": "probil"
        },
        {
            "full_name": "Matthew L",
            "username": "aspiring_advocate"
        },
        {
            "full_name": "Deleted User",
            "username": "deleted-19"
        },
        {
            "full_name": "habitica-Doing02,wiki-Forenky",
            "username": "lucac"
        },
        {
            "full_name": "JiPai",
            "username": "JiPai"
        }
    ]
}