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": 728,
    "next": "https://weblate.mineland.net/api/users/?format=api&page=21",
    "previous": "https://weblate.mineland.net/api/users/?format=api&page=19",
    "results": [
        {
            "id": 381,
            "full_name": "Арсений",
            "username": "Dark_SkyKnight_"
        },
        {
            "id": 382,
            "full_name": "birhad",
            "username": "Birhad"
        },
        {
            "id": 383,
            "full_name": "Георгий",
            "username": "otgHunter"
        },
        {
            "id": 384,
            "full_name": "Билл Стрелков",
            "username": "interpreter_228"
        },
        {
            "id": 385,
            "full_name": "Zegrean Dario",
            "username": "anae45g5"
        },
        {
            "id": 386,
            "full_name": "Roman Tatartsev",
            "username": "ShiningPr1sm"
        },
        {
            "id": 387,
            "full_name": "kilerprogeming",
            "username": "kilerprogeming"
        },
        {
            "id": 388,
            "full_name": "Nguyễn Trần Nhật Quang",
            "username": "NTNQGaming"
        },
        {
            "id": 389,
            "full_name": "Незя",
            "username": "nezzareii"
        },
        {
            "id": 390,
            "full_name": "Задумкін Артем",
            "username": "kukosina"
        },
        {
            "id": 391,
            "full_name": "Александр Майнерковский.",
            "username": "bestminer@_"
        },
        {
            "id": 392,
            "full_name": "TheVoidNexus",
            "username": "TheVoidNexus"
        },
        {
            "id": 393,
            "full_name": "Ilya",
            "username": "WaiFoth"
        },
        {
            "id": 394,
            "full_name": "Никита",
            "username": "Meltory"
        },
        {
            "id": 395,
            "full_name": "Саня",
            "username": "krtx_krut_tube"
        },
        {
            "id": 396,
            "full_name": "Олег",
            "username": "fondy_"
        },
        {
            "id": 397,
            "full_name": "Rodion Sokolan",
            "username": "Telorfind"
        },
        {
            "id": 398,
            "full_name": "Vlad Dubovik",
            "username": "Gerlon"
        },
        {
            "id": 399,
            "full_name": "Даниил",
            "username": "whatiscode"
        },
        {
            "id": 400,
            "full_name": "Menelaos Zervas",
            "username": "Kefiroulis"
        }
    ]
}