Users API.

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

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

{
    "count": 409,
    "next": null,
    "previous": "https://weblate.immersivetranslate.com/api/users/?format=api&page=8",
    "results": [
        {
            "id": 401,
            "full_name": "TokisakiJp",
            "username": "joao.alves.constante"
        },
        {
            "id": 402,
            "full_name": "guybates",
            "username": "guybates"
        },
        {
            "id": 403,
            "full_name": "الدكتور عبدالله بن مرعي (مبارك) بن محفوظ",
            "username": "abdullah"
        },
        {
            "id": 404,
            "full_name": "牛牛",
            "username": "wlo2500836"
        },
        {
            "id": 405,
            "full_name": "Ralph Diggs",
            "username": "diggsralph832"
        },
        {
            "id": 406,
            "full_name": "Online Marketer",
            "username": "onlinemarketer.net"
        },
        {
            "id": 407,
            "full_name": "黃豊凱KevinHuang",
            "username": "kevin86568656"
        },
        {
            "id": 408,
            "full_name": "Ali",
            "username": "alphaksax"
        },
        {
            "id": 409,
            "full_name": "divinenews",
            "username": "divinenews"
        }
    ]
}