Users API.

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

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

{
    "count": 308,
    "next": null,
    "previous": "https://translations.zorin.com/api/users/?format=api&page=6",
    "results": [
        {
            "full_name": "Rihards Simanovics",
            "username": "rihards-simanovics"
        },
        {
            "full_name": "@Akkerhof26",
            "username": "keeskrause"
        },
        {
            "full_name": "Baur M",
            "username": "baurzhanm"
        },
        {
            "full_name": "Nihad Pačavar",
            "username": "pacavarn"
        },
        {
            "full_name": "mati123321",
            "username": "mati123321"
        },
        {
            "full_name": "เลาะคุง",
            "username": "lohkung"
        },
        {
            "full_name": "?",
            "username": "arusekk"
        },
        {
            "full_name": "Gvm%T2SR*7MZ1%",
            "username": "Pita"
        }
    ]
}