Users API.

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

GET /api/users/?format=api&page=20
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=21",
    "previous": "https://translate.lxqt-project.org/api/users/?format=api&page=19",
    "results": [
        {
            "full_name": "Alchemy Han",
            "username": "AlchemyHAN"
        },
        {
            "full_name": "Berk Elyesa Yıldırım",
            "username": "Beryesa"
        },
        {
            "full_name": "Alice Ventus",
            "username": "Alice"
        },
        {
            "full_name": "Saeed M Farahani",
            "username": "Saeed-MFarahani"
        },
        {
            "full_name": "zenobit",
            "username": "zenobit"
        },
        {
            "full_name": "Abdullah Albaroty",
            "username": "albaroty"
        },
        {
            "full_name": "Bluey26",
            "username": "Bluey26"
        },
        {
            "full_name": "alwanasary",
            "username": "Alwanasary"
        },
        {
            "full_name": "Hiroaki Yamamoto",
            "username": "tokyo4j"
        },
        {
            "full_name": "Rafael Francisco",
            "username": "RafaFrancisco"
        },
        {
            "full_name": "Sabri Ünal",
            "username": "yakushabb"
        },
        {
            "full_name": "Ambareesh \"Amby\" Balaji",
            "username": "Ambyjkl"
        },
        {
            "full_name": "rico542",
            "username": "Rico"
        },
        {
            "full_name": "Thiago Jobson",
            "username": "gacheiro"
        },
        {
            "full_name": "Michael Corrado",
            "username": "gaybro8777"
        },
        {
            "full_name": "carrothu-cn",
            "username": "carrothu-cn"
        },
        {
            "full_name": "Sal Monella",
            "username": "Sal_Monella"
        },
        {
            "full_name": "Yannis Drougas",
            "username": "drougas"
        },
        {
            "full_name": "NoobPenguin",
            "username": "NoobPenguin"
        },
        {
            "full_name": "elek",
            "username": "0elek"
        }
    ]
}