Users API.

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

GET /api/users/?format=api&page=17
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=18",
    "previous": "https://translate.habitica.com/api/users/?format=api&page=16",
    "results": [
        {
            "full_name": "Si24",
            "username": "Si24"
        },
        {
            "full_name": "Yuri Barcellos Galli",
            "username": "yurigalli"
        },
        {
            "full_name": "C B",
            "username": "xscratch"
        },
        {
            "full_name": "Zoey Zhao",
            "username": "that_cactus_is_mine"
        },
        {
            "full_name": "Juan Pablo",
            "username": "Chalfil"
        },
        {
            "full_name": "IgnoredAmbience",
            "username": "IgnoredAmbience"
        },
        {
            "full_name": "Prateek Amana",
            "username": "amanakeet"
        },
        {
            "full_name": "Aleksandr",
            "username": "theAleks"
        },
        {
            "full_name": "Ashley Rowin",
            "username": "yepperdoodles"
        },
        {
            "full_name": "Benjamín Drápal",
            "username": "sonofsouth"
        },
        {
            "full_name": "Eclipse",
            "username": "AurorisEclipsum"
        },
        {
            "full_name": "Eryx",
            "username": "eryxjaculus"
        },
        {
            "full_name": "Marie",
            "username": "marielouiseanne"
        },
        {
            "full_name": "Andreas",
            "username": "andHW"
        },
        {
            "full_name": "Hyun Yeol Kim",
            "username": "hyunyeolkim"
        },
        {
            "full_name": "Rocelle P. Caragay",
            "username": "Ryxzaine"
        },
        {
            "full_name": "Deleted User",
            "username": "deleted-339"
        },
        {
            "full_name": "RW",
            "username": "rodybri"
        },
        {
            "full_name": "Trang",
            "username": "Angelt"
        },
        {
            "full_name": "Shadow",
            "username": "NinjaMalaya"
        }
    ]
}