Users API.

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

GET /api/users/?format=api&page=2
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=3",
    "previous": "https://weblate.mineland.net/api/users/?format=api",
    "results": [
        {
            "id": 21,
            "full_name": "Tommaso Bellandi",
            "username": "ilbebino"
        },
        {
            "id": 22,
            "full_name": "Вова Гайдуков",
            "username": "meln1chenko_20"
        },
        {
            "id": 23,
            "full_name": "Gabriel Santana",
            "username": "Eidollon"
        },
        {
            "id": 24,
            "full_name": "chouchouz",
            "username": "chouchouz"
        },
        {
            "id": 25,
            "full_name": "adamabuassi",
            "username": "adamabuassi10"
        },
        {
            "id": 26,
            "full_name": "Federico Slongo",
            "username": "TheCatItalyDude"
        },
        {
            "id": 27,
            "full_name": "Vitor Hugo Pestana Rodriguez",
            "username": "PROdriguez"
        },
        {
            "id": 28,
            "full_name": "виталий",
            "username": "fxbp"
        },
        {
            "id": 29,
            "full_name": "Brocoli Izy",
            "username": "Brocoli190"
        },
        {
            "id": 30,
            "full_name": "Mika Schmittgen",
            "username": "PlayMik101"
        },
        {
            "id": 31,
            "full_name": "Raul Cristian",
            "username": "GreySnake"
        },
        {
            "id": 32,
            "full_name": "DJMahirNationTV",
            "username": "DJMahirNationTV"
        },
        {
            "id": 33,
            "full_name": "Aleksa Berisavac",
            "username": "Alarium"
        },
        {
            "id": 34,
            "full_name": "Muhammed Taha Çalıkçı",
            "username": "MR_Squ1Enix"
        },
        {
            "id": 35,
            "full_name": "Ev1no",
            "username": "evinoff_old"
        },
        {
            "id": 36,
            "full_name": "zeedzadzodzid",
            "username": "Zid15"
        },
        {
            "id": 37,
            "full_name": "Potero Potero",
            "username": "Potero"
        },
        {
            "id": 38,
            "full_name": "Abode H",
            "username": "abode"
        },
        {
            "id": 39,
            "full_name": "jozoj",
            "username": "jozoj"
        },
        {
            "id": 40,
            "full_name": "Ali Moeudzamogne Amadi Aliani",
            "username": "Xx_FreshSans_xX"
        }
    ]
}