Users API.

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

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

{
    "count": 258,
    "next": null,
    "previous": "https://l10n.xwiki.org/api/users/?format=api&page=5",
    "results": [
        {
            "id": 259,
            "full_name": "daeseong.choi",
            "username": "dschoi1"
        },
        {
            "id": 260,
            "full_name": "williamcharl",
            "username": "williamcharl"
        },
        {
            "id": 261,
            "full_name": "Татьяна Протасевич",
            "username": "TProtasevich2_OR1"
        },
        {
            "id": 262,
            "full_name": "Ümit Solmaz",
            "username": "usnetv"
        },
        {
            "id": 263,
            "full_name": "Novrasta Aslanzada",
            "username": "novrastaa"
        },
        {
            "id": 264,
            "full_name": "sunshuli",
            "username": "sunshuli"
        },
        {
            "id": 265,
            "full_name": "xingya1822",
            "username": "xingya1822"
        },
        {
            "id": 266,
            "full_name": "Rogério Penna",
            "username": "RogerioPenna"
        }
    ]
}