Users API.

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

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

{
    "count": 1098,
    "next": "https://translate.habitica.com/api/users/?format=api&page=5",
    "previous": "https://translate.habitica.com/api/users/?format=api&page=3",
    "results": [
        {
            "full_name": "Wing Yan Jacqueline Tam",
            "username": "Dingding321"
        },
        {
            "full_name": "BardoVelho",
            "username": "BardoVelho"
        },
        {
            "full_name": "Sciuridae",
            "username": "Sciuridae"
        },
        {
            "full_name": "Patito",
            "username": "patito_kiss"
        },
        {
            "full_name": "natdanai thamthong",
            "username": "ayatomao"
        },
        {
            "full_name": "Aleksandra Pieńkosz",
            "username": "oksytocyna"
        },
        {
            "full_name": "Alan Van Brackel",
            "username": "sydneylecter"
        },
        {
            "full_name": "Deleted User",
            "username": "deleted-69"
        },
        {
            "full_name": "井上 大輔",
            "username": "d_inoue"
        },
        {
            "full_name": "Archinland",
            "username": "Archinland"
        },
        {
            "full_name": "6raKFtBRyBG",
            "username": "kikyous"
        },
        {
            "full_name": "Matteo Pagliazzi",
            "username": "paglias"
        },
        {
            "full_name": "Fabio Caldesi",
            "username": "tatapirla"
        },
        {
            "full_name": "Marcus Vinicius Santos",
            "username": "SeteCranco"
        },
        {
            "full_name": "Michał C",
            "username": "csharpek"
        },
        {
            "full_name": "Caela Lias",
            "username": "caelalia"
        },
        {
            "full_name": "Frank Wang",
            "username": "fhcwcsy"
        },
        {
            "full_name": "SnowyBunny",
            "username": "Snowy"
        },
        {
            "full_name": "Scarlet On",
            "username": "scarletwolfy"
        },
        {
            "full_name": "Mia S",
            "username": "daintydysphemism"
        }
    ]
}