Users API.

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

GET /api/users/?format=api&page=8
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=9",
    "previous": "https://weblate.mineland.net/api/users/?format=api&page=7",
    "results": [
        {
            "id": 141,
            "full_name": "Robder Robder",
            "username": "Robder"
        },
        {
            "id": 142,
            "full_name": "atilla türkay",
            "username": "kafasiiyi"
        },
        {
            "id": 143,
            "full_name": "Alexandre Rodrigues Malafaia",
            "username": "AlexGamerTrue"
        },
        {
            "id": 144,
            "full_name": "Roman",
            "username": "Switchblade_work"
        },
        {
            "id": 145,
            "full_name": "Deleted User",
            "username": "deleted-145"
        },
        {
            "id": 146,
            "full_name": "Splashdaddy",
            "username": "Splashdaddy"
        },
        {
            "id": 147,
            "full_name": "Sean",
            "username": "CocoaHill"
        },
        {
            "id": 148,
            "full_name": "Smamz",
            "username": "Smamz"
        },
        {
            "id": 149,
            "full_name": "Andrea Ortega",
            "username": "AnyiGamer"
        },
        {
            "id": 150,
            "full_name": "Bonsailinse",
            "username": "Bonsailinse"
        },
        {
            "id": 151,
            "full_name": "dead policy",
            "username": "DeadPolicy"
        },
        {
            "id": 152,
            "full_name": "_LeN41Ks_",
            "username": "_LeN41Ks_"
        },
        {
            "id": 153,
            "full_name": "Андрей Гайдым",
            "username": "herobraqs"
        },
        {
            "id": 154,
            "full_name": "Froky",
            "username": "Frokydafroakie"
        },
        {
            "id": 155,
            "full_name": "TELHARA_work1",
            "username": "TELHARA_work1"
        },
        {
            "id": 156,
            "full_name": "Даниил",
            "username": "YTKANOS"
        },
        {
            "id": 157,
            "full_name": "Олег",
            "username": "funi"
        },
        {
            "id": 158,
            "full_name": "mustafa",
            "username": "draggerzx"
        },
        {
            "id": 159,
            "full_name": "Osuki",
            "username": "Osuki"
        },
        {
            "id": 160,
            "full_name": "Роман Шрай",
            "username": "Mad4Me"
        }
    ]
}