Users API.

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

GET /api/users/?format=api&page=15
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=16",
    "previous": "https://weblate.mineland.net/api/users/?format=api&page=14",
    "results": [
        {
            "id": 281,
            "full_name": "Noob",
            "username": "JeSuisUnNoobV1"
        },
        {
            "id": 282,
            "full_name": "Edward",
            "username": "Frostik_YTube"
        },
        {
            "id": 283,
            "full_name": "Lucas dzioba",
            "username": "dudulucas6"
        },
        {
            "id": 284,
            "full_name": "Vito Karyadi",
            "username": "Vitokaryadi"
        },
        {
            "id": 285,
            "full_name": "Swokko",
            "username": "Swokko"
        },
        {
            "id": 286,
            "full_name": "eff<f<",
            "username": "90_09"
        },
        {
            "id": 287,
            "full_name": "Gábor Kriskó",
            "username": "gbr22"
        },
        {
            "id": 288,
            "full_name": "Даниэль Малыкин",
            "username": "DanielMalykin"
        },
        {
            "id": 289,
            "full_name": "z z",
            "username": "noah603"
        },
        {
            "id": 290,
            "full_name": "Cris okaso",
            "username": "Cris_27"
        },
        {
            "id": 291,
            "full_name": "Rafa Martins",
            "username": "random0809"
        },
        {
            "id": 292,
            "full_name": "MR.X",
            "username": "Lomac29"
        },
        {
            "id": 293,
            "full_name": "atsushi hasegawa",
            "username": "OKINA_KK"
        },
        {
            "id": 294,
            "full_name": "Marco Leali",
            "username": "KairomiEnFaux"
        },
        {
            "id": 295,
            "full_name": "Вероника",
            "username": "mriya_"
        },
        {
            "id": 296,
            "full_name": "DangerLGyt",
            "username": "DangerLGyt"
        },
        {
            "id": 297,
            "full_name": "mathys",
            "username": "mathys4800"
        },
        {
            "id": 298,
            "full_name": "WinNder",
            "username": "WinNder"
        },
        {
            "id": 299,
            "full_name": "Солдатов Никита",
            "username": "Barwy"
        },
        {
            "id": 300,
            "full_name": "TheTitanHD",
            "username": "TheTitanHD"
        }
    ]
}