Users API.

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

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

{
    "count": 727,
    "next": "https://weblate.mineland.net/api/users/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "id": 1,
            "full_name": "Anonymous",
            "username": "anonymous"
        },
        {
            "id": 2,
            "full_name": "Weblate Admin",
            "username": "admin"
        },
        {
            "id": 3,
            "full_name": "Леха",
            "username": "Lokha"
        },
        {
            "id": 4,
            "full_name": "mineland",
            "username": "mineland"
        },
        {
            "id": 5,
            "full_name": "Леха-тест",
            "username": "Lokha-test"
        },
        {
            "id": 6,
            "full_name": "Roman",
            "username": "krutovoy"
        },
        {
            "id": 7,
            "full_name": "Vladimir",
            "username": "Lars_Gaming"
        },
        {
            "id": 8,
            "full_name": "Андрей Семисошенко",
            "username": "Goles"
        },
        {
            "id": 9,
            "full_name": "D4rthS1d10u5",
            "username": "D4rth_"
        },
        {
            "id": 10,
            "full_name": "Error8",
            "username": "Error8"
        },
        {
            "id": 11,
            "full_name": "Shriyans Sedamkar",
            "username": "Shriyans"
        },
        {
            "id": 12,
            "full_name": "Hrishikesh Salokhe",
            "username": "HrishikeshS123"
        },
        {
            "id": 13,
            "full_name": "Aleks / LucyTheLucifer",
            "username": "LucyLucifer"
        },
        {
            "id": 14,
            "full_name": "Normals2",
            "username": "normals22"
        },
        {
            "id": 15,
            "full_name": "Mark Banks",
            "username": "Ghostex"
        },
        {
            "id": 16,
            "full_name": "Mathyou",
            "username": "Matqyou"
        },
        {
            "id": 17,
            "full_name": "Данил",
            "username": "danxx2006"
        },
        {
            "id": 18,
            "full_name": "CheeseLasagna",
            "username": "CheeseLasagna"
        },
        {
            "id": 19,
            "full_name": "Xlier",
            "username": "Xlier"
        },
        {
            "id": 20,
            "full_name": "Deleted User",
            "username": "deleted-20"
        }
    ]
}