Users API.

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

GET /api/users/?format=api&page=20
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=21",
    "previous": "https://translate.habitica.com/api/users/?format=api&page=19",
    "results": [
        {
            "full_name": "Bruno de SOuza Palma",
            "username": "Brunobalango"
        },
        {
            "full_name": "Fryderyk Pryjma",
            "username": "FryDePela"
        },
        {
            "full_name": "Salvador Balbuena",
            "username": "sourball"
        },
        {
            "full_name": "Nazar Paruna",
            "username": "punk-rock"
        },
        {
            "full_name": "marie balon",
            "username": "BamIww"
        },
        {
            "full_name": "Jii Choi",
            "username": "Seoul_Choi"
        },
        {
            "full_name": "Benjamin Lamberth",
            "username": "Paufatir"
        },
        {
            "full_name": "Alexis",
            "username": "AMWILLIAMS1503"
        },
        {
            "full_name": "Anderson Ruan da Silva",
            "username": "Cirion"
        },
        {
            "full_name": "Bui Viet Nhan",
            "username": "Hachiko"
        },
        {
            "full_name": "Ian Mo",
            "username": "MoMoBoy124"
        },
        {
            "full_name": "Luce",
            "username": "xlucet"
        },
        {
            "full_name": "Jeongeun Park",
            "username": "hummingbird18"
        },
        {
            "full_name": "Slangenolie",
            "username": "snake-oil"
        },
        {
            "full_name": "Lucas Xavier",
            "username": "lucasvx"
        },
        {
            "full_name": "Uliana Kinakh",
            "username": "Kina_Ula"
        },
        {
            "full_name": "Remigiusz Haziak",
            "username": "spaghettiottos"
        },
        {
            "full_name": "Mel Sootsworth",
            "username": "isolataa"
        },
        {
            "full_name": "jamesalex",
            "username": "jamesalex"
        },
        {
            "full_name": "Valerie",
            "username": "linktomyheartpiece"
        }
    ]
}