Users API.

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

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

{
    "count": 479,
    "next": "https://translate.lxqt-project.org/api/users/?format=api&page=20",
    "previous": "https://translate.lxqt-project.org/api/users/?format=api&page=18",
    "results": [
        {
            "full_name": "Xavier Paniello",
            "username": "XaviP"
        },
        {
            "full_name": "Patrick Wu",
            "username": "callmepk"
        },
        {
            "full_name": "bill",
            "username": "neahome"
        },
        {
            "full_name": "Samet Yücel",
            "username": "Smtycl"
        },
        {
            "full_name": "Gabriel Alejandro López López",
            "username": "glpzzz"
        },
        {
            "full_name": "Todd",
            "username": "Todd"
        },
        {
            "full_name": "jiaxianhua",
            "username": "jiaxianhua"
        },
        {
            "full_name": "A S Alam",
            "username": "aalam"
        },
        {
            "full_name": "Kizito Birabwa",
            "username": "Kizito"
        },
        {
            "full_name": "kmephistoh",
            "username": "kmephistoh"
        },
        {
            "full_name": "Kis Levente",
            "username": "breadripper"
        },
        {
            "full_name": "Xconrt",
            "username": "Xconrt"
        },
        {
            "full_name": "M Rizwan",
            "username": "rizwan-r"
        },
        {
            "full_name": "Deleted User",
            "username": "deleted-374"
        },
        {
            "full_name": "Deleted User",
            "username": "deleted-375"
        },
        {
            "full_name": "pixis1",
            "username": "pixis1"
        },
        {
            "full_name": "indar",
            "username": "indarjoko"
        },
        {
            "full_name": "Xuanyi Yang",
            "username": "Qtgcy"
        },
        {
            "full_name": "Shen Xuanyu",
            "username": "HRC@CL"
        },
        {
            "full_name": "winerysearch",
            "username": "winerysearch"
        }
    ]
}