Users API.

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

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

{
    "count": 729,
    "next": "https://weblate.mineland.net/api/users/?format=api&page=13",
    "previous": "https://weblate.mineland.net/api/users/?format=api&page=11",
    "results": [
        {
            "id": 221,
            "full_name": "Егор",
            "username": "egor442"
        },
        {
            "id": 222,
            "full_name": "Plandalcor",
            "username": "Dfxfikbu_work"
        },
        {
            "id": 223,
            "full_name": "Александр Манасян",
            "username": "12qwee"
        },
        {
            "id": 224,
            "full_name": "Юрий",
            "username": "321ew"
        },
        {
            "id": 225,
            "full_name": "Rakha Wisnu",
            "username": "Rakha580_Offc"
        },
        {
            "id": 226,
            "full_name": "ray",
            "username": "RayCraftz"
        },
        {
            "id": 227,
            "full_name": "Tanawit",
            "username": "tanawitisme"
        },
        {
            "id": 228,
            "full_name": "Aryan Gupta",
            "username": "A_R_Y_A_N"
        },
        {
            "id": 229,
            "full_name": "Serhii",
            "username": "banan4ikiscool"
        },
        {
            "id": 230,
            "full_name": "А зачем вам?",
            "username": "koldunin"
        },
        {
            "id": 231,
            "full_name": "Anton kaae yderskov",
            "username": "NotAnderx"
        },
        {
            "id": 232,
            "full_name": "SirGromov",
            "username": "SirGromov"
        },
        {
            "id": 233,
            "full_name": "Dogelinn Hazard",
            "username": "Dogelinn"
        },
        {
            "id": 234,
            "full_name": "afonso mata almeida lobo",
            "username": "wzl4ljunior"
        },
        {
            "id": 235,
            "full_name": "Денис",
            "username": "denkarden"
        },
        {
            "id": 236,
            "full_name": "Зачем Тебеимя",
            "username": "Seranos"
        },
        {
            "id": 237,
            "full_name": "Bogdan",
            "username": "Bogdan389"
        },
        {
            "id": 238,
            "full_name": "Егор",
            "username": "sharazami"
        },
        {
            "id": 239,
            "full_name": "Jeferson Alexandre Luna",
            "username": "JefersonLuna"
        },
        {
            "id": 240,
            "full_name": "Stanislav Kozachenko",
            "username": "Stan"
        }
    ]
}