Users API.

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

GET /api/users/?format=api&page=9
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=10",
    "previous": "https://weblate.mineland.net/api/users/?format=api&page=8",
    "results": [
        {
            "id": 161,
            "full_name": "Vidul Batawala",
            "username": "VidulHB"
        },
        {
            "id": 162,
            "full_name": "xuanty",
            "username": "Xuanty"
        },
        {
            "id": 163,
            "full_name": "Dietrich",
            "username": "Working"
        },
        {
            "id": 164,
            "full_name": "Yousuf",
            "username": "yousufhd"
        },
        {
            "id": 165,
            "full_name": "IDCisthebest",
            "username": "IDC"
        },
        {
            "id": 166,
            "full_name": "LadyAyakashi",
            "username": "LadyAyakashi"
        },
        {
            "id": 167,
            "full_name": "MJ0SHPLAYZ",
            "username": "MJ0SH"
        },
        {
            "id": 168,
            "full_name": "Smarty Prats",
            "username": "SmartyPrats"
        },
        {
            "id": 169,
            "full_name": "Назар",
            "username": "nazarrealsen"
        },
        {
            "id": 170,
            "full_name": "Мария",
            "username": "Maiiia008"
        },
        {
            "id": 171,
            "full_name": "Владислав",
            "username": "_VlaDDos3_"
        },
        {
            "id": 172,
            "full_name": "Гусев Максим Андреевич",
            "username": "HeOpaKyJI"
        },
        {
            "id": 173,
            "full_name": "Limo",
            "username": "LimoVIPok"
        },
        {
            "id": 174,
            "full_name": "Роман",
            "username": "LordVilarium"
        },
        {
            "id": 175,
            "full_name": "VERBOND",
            "username": "VERBOND"
        },
        {
            "id": 176,
            "full_name": "john michael",
            "username": "Xx_winner_xX456"
        },
        {
            "id": 177,
            "full_name": "Deleted User",
            "username": "deleted-177"
        },
        {
            "id": 178,
            "full_name": "Flopez",
            "username": "Flope4"
        },
        {
            "id": 179,
            "full_name": "Артём",
            "username": "_Finder_"
        },
        {
            "id": 180,
            "full_name": "Aaditya Pratap",
            "username": "xyzop"
        }
    ]
}