Users API.

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

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

{
    "count": 1317,
    "next": null,
    "previous": "https://translate.habitica.com/api/users/?format=api&page=65",
    "results": [
        {
            "full_name": "AlexFad",
            "username": "AlexFad"
        },
        {
            "full_name": "Avril Manoah",
            "username": "ManoX"
        },
        {
            "full_name": "Gabone",
            "username": "gabone69"
        },
        {
            "full_name": "Mika",
            "username": "sincilious"
        },
        {
            "full_name": "Anna Wolthuis",
            "username": "annawolt"
        },
        {
            "full_name": "Rivian",
            "username": "RivianTheDragon"
        },
        {
            "full_name": "Klaudia Kasprzyk",
            "username": "Rattiie"
        },
        {
            "full_name": "Daniel Wojdak",
            "username": "Wojdakoman"
        },
        {
            "full_name": "Larissa dos Santos Brasil",
            "username": "blarissa"
        },
        {
            "full_name": "Alicia Rosa Lopez",
            "username": "alirosa"
        },
        {
            "full_name": "Catherine Liang",
            "username": "toomuchadoaboutnothing"
        },
        {
            "full_name": "Kim DG",
            "username": "Looserbrain"
        },
        {
            "full_name": "Daniel Pogorilic",
            "username": "Devil6e"
        },
        {
            "full_name": "Emilia Samantha T",
            "username": "Artemis162534"
        },
        {
            "full_name": "Alice Haida",
            "username": "a_haida"
        },
        {
            "full_name": "Bernardo Oliveira Abrão",
            "username": "Bernas"
        },
        {
            "full_name": "Polly",
            "username": "myskalva"
        }
    ]
}