Users API.

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

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

{
    "count": 1164,
    "next": "https://translate.habitica.com/api/users/?format=api&page=12",
    "previous": "https://translate.habitica.com/api/users/?format=api&page=10",
    "results": [
        {
            "full_name": "Thalia Sheiba",
            "username": "QnThalia"
        },
        {
            "full_name": "Blanca",
            "username": "Nightshade"
        },
        {
            "full_name": "froggily",
            "username": "froggily"
        },
        {
            "full_name": "Huchu",
            "username": "Huchu"
        },
        {
            "full_name": "Antonio",
            "username": "neoantu"
        },
        {
            "full_name": "Yiğit Emre Efe",
            "username": "Yeljorn"
        },
        {
            "full_name": "Ana Flávia de Matos Souza",
            "username": "Pandorya"
        },
        {
            "full_name": "Ian Mateo Sosa Tinoco",
            "username": "Erroba"
        },
        {
            "full_name": "Chris Franzen",
            "username": "weeWitch"
        },
        {
            "full_name": "Joana Ribeiro",
            "username": "joanamr"
        },
        {
            "full_name": "Julyano Felipe Kramer da Silva",
            "username": "julyano"
        },
        {
            "full_name": "강성철",
            "username": "sungchulkang"
        },
        {
            "full_name": "Natiryu",
            "username": "Natiryum"
        },
        {
            "full_name": "Jina Lee",
            "username": "Arista"
        },
        {
            "full_name": "Aurelio Montero",
            "username": "soldadomono"
        },
        {
            "full_name": "Ida Andersson",
            "username": "idarob"
        },
        {
            "full_name": "Sven Herrmann",
            "username": "svenherr"
        },
        {
            "full_name": "Loyter",
            "username": "Loyter"
        },
        {
            "full_name": "Immanuel Lee",
            "username": "immanu_el__"
        },
        {
            "full_name": "김경언",
            "username": "wwwwaffle"
        }
    ]
}