Users API.

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

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

{
    "count": 1317,
    "next": "https://translate.habitica.com/api/users/?format=api&page=66",
    "previous": "https://translate.habitica.com/api/users/?format=api&page=64",
    "results": [
        {
            "full_name": "Anna",
            "username": "shilannka"
        },
        {
            "full_name": "Siying Li",
            "username": "QianqiuyebieFlor"
        },
        {
            "full_name": "XiaoWan",
            "username": "XiaoWan"
        },
        {
            "full_name": "Sujay Thomas",
            "username": "sujaythomas"
        },
        {
            "full_name": "Filip Kober",
            "username": "filipkober"
        },
        {
            "full_name": "Chen Shaham",
            "username": "ChenShaham"
        },
        {
            "full_name": "Annika Nuding",
            "username": "Snowkitten"
        },
        {
            "full_name": "Pasquale Bosso",
            "username": "Aschkal"
        },
        {
            "full_name": "Oliver Berzen",
            "username": "planelover"
        },
        {
            "full_name": "박제균",
            "username": "jegyun"
        },
        {
            "full_name": "Deleted User",
            "username": "deleted-1293"
        },
        {
            "full_name": "Mikha",
            "username": "dpmikha"
        },
        {
            "full_name": "Can Beser",
            "username": "coconutcorbasi"
        },
        {
            "full_name": "Mateusz Nycz",
            "username": "PoProstuMatt_"
        },
        {
            "full_name": "Kate Li",
            "username": "_mirage"
        },
        {
            "full_name": "Muhammad Naufal Ramadhan",
            "username": "Naufal28"
        },
        {
            "full_name": "Rostyslav Shevchenko",
            "username": "Shevrolet"
        },
        {
            "full_name": "Muhammad Hanafi",
            "username": "KingCytric1"
        },
        {
            "full_name": "Eddy Nottingham",
            "username": "EddyNottingham"
        },
        {
            "full_name": "Samir Mahmoud Samir",
            "username": "Sisyphuz"
        }
    ]
}