Users API.

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

GET /api/users/?format=api&page=40
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=41",
    "previous": "https://translate.habitica.com/api/users/?format=api&page=39",
    "results": [
        {
            "full_name": "fluffstuff",
            "username": "fluffstuff"
        },
        {
            "full_name": "Falzart",
            "username": "Falzart"
        },
        {
            "full_name": "Hanafi",
            "username": "Cytric"
        },
        {
            "full_name": "Pyotr Stolnikov",
            "username": "dumbshrimp1740"
        },
        {
            "full_name": "endriw cisersa batistela correa",
            "username": "Endriw"
        },
        {
            "full_name": "Nick Jones",
            "username": "NickJones"
        },
        {
            "full_name": "Gean Ribeiro",
            "username": "geanrr"
        },
        {
            "full_name": "Camille",
            "username": "C@ms"
        },
        {
            "full_name": "Sheldo",
            "username": "Sheld"
        },
        {
            "full_name": "Gabriel Mello",
            "username": "WantSomeCoffee"
        },
        {
            "full_name": "Kris",
            "username": "dawnut"
        },
        {
            "full_name": "Daniel Villarroel Aguilera",
            "username": "Zenius"
        },
        {
            "full_name": "Soul",
            "username": "JoninSoul"
        },
        {
            "full_name": "Ylerin",
            "username": "Ylerin"
        },
        {
            "full_name": "Matheus Tavares Dutra",
            "username": "ruvo"
        },
        {
            "full_name": "Kuan Yu Chou",
            "username": "Kanmuri"
        },
        {
            "full_name": "Nina Glasbergen",
            "username": "NinaGlas"
        },
        {
            "full_name": "松永悠佑",
            "username": "karinchan0225"
        },
        {
            "full_name": "Harvey James",
            "username": "michiamopapera"
        },
        {
            "full_name": "Nerys Biesemans",
            "username": "reesybeesy"
        }
    ]
}