Users API.

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

GET /api/users/?format=api&page=3
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=4",
    "previous": "https://translate.habitica.com/api/users/?format=api&page=2",
    "results": [
        {
            "full_name": "erick",
            "username": "makura747"
        },
        {
            "full_name": "Võ Trần Nhã Linh",
            "username": "vtrnnhlinh"
        },
        {
            "full_name": "Dennis Spaag",
            "username": "motobass4321"
        },
        {
            "full_name": "Luna",
            "username": "Luniloo"
        },
        {
            "full_name": "青木",
            "username": "1065401745"
        },
        {
            "full_name": "alop2017",
            "username": "alarrazola@hotmail.com"
        },
        {
            "full_name": "Richard Popeliis",
            "username": "riki137"
        },
        {
            "full_name": "Bruno Henrique Cunha Barbosa",
            "username": "BrunoGW"
        },
        {
            "full_name": "Gilles Gisseleire",
            "username": "GillesG"
        },
        {
            "full_name": "Анастасия Минченкова",
            "username": "siniyananas"
        },
        {
            "full_name": "Frederiek",
            "username": "AnnaSilvermane"
        },
        {
            "full_name": "Katerina",
            "username": "Kat1042"
        },
        {
            "full_name": "HappyMiss",
            "username": "HappyMiss"
        },
        {
            "full_name": "Daria",
            "username": "Dotts"
        },
        {
            "full_name": "Aleksandra Bednarczyk",
            "username": "skriba"
        },
        {
            "full_name": "Ender Kerman",
            "username": "EnderKerman"
        },
        {
            "full_name": "SnowCrasher",
            "username": "SnowCrasher"
        },
        {
            "full_name": "Ari Horesh",
            "username": "DrHoresh"
        },
        {
            "full_name": "Elier Reyes",
            "username": "Ryruk"
        },
        {
            "full_name": "Riyad Firdaus",
            "username": "aether27"
        }
    ]
}