Users API.

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

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

{
    "count": 1334,
    "next": null,
    "previous": "https://translate.habitica.com/api/users/?format=api&page=66",
    "results": [
        {
            "full_name": "hylconnect",
            "username": "connect"
        },
        {
            "full_name": "Maggie Magster",
            "username": "magnulu"
        },
        {
            "full_name": "Andrea Brunato",
            "username": "sommobruno"
        },
        {
            "full_name": "Ushkovsky Stas",
            "username": "che2116"
        },
        {
            "full_name": "Eduardo Ariel Santos da Silva",
            "username": "Ariel0972"
        },
        {
            "full_name": "Fwipa Penguin",
            "username": "icicle_amazing"
        },
        {
            "full_name": "Kubo Mizuki",
            "username": "hb-dc2n08nyoro"
        },
        {
            "full_name": "Rafael Andrade",
            "username": "elplancton"
        },
        {
            "full_name": "Zhi Hao Li",
            "username": "zhihaoli000"
        },
        {
            "full_name": "Ibrahim Jamal",
            "username": "Ibrahim"
        },
        {
            "full_name": "Sofia Amaral Novaes",
            "username": "SNova"
        },
        {
            "full_name": "Almotrbs",
            "username": "ALMOTRBS"
        },
        {
            "full_name": "PIERREMONT",
            "username": "daerys958"
        },
        {
            "full_name": "theblighted",
            "username": "theblighted"
        }
    ]
}