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": 32,
    "next": null,
    "previous": "https://translate.edugit.org/api/users/?format=api",
    "results": [
        {
            "id": 21,
            "full_name": "Lloyd Meins",
            "username": "lloydmeins"
        },
        {
            "id": 22,
            "full_name": "Kirill Schmidt",
            "username": "k1r1ll"
        },
        {
            "id": 23,
            "full_name": "AlekSIS Weblate CI Bot",
            "username": "aleksis-weblate-ci-bot"
        },
        {
            "id": 24,
            "full_name": "Martin Winter",
            "username": "mwinter"
        },
        {
            "id": 25,
            "full_name": "Jonathan Hess",
            "username": "jonathanhess"
        },
        {
            "id": 26,
            "full_name": "Mike Gabriel",
            "username": "sunweaver"
        },
        {
            "id": 27,
            "full_name": "Serhii Horichenko",
            "username": "sggua"
        },
        {
            "id": 28,
            "full_name": "Mats Icking",
            "username": "skyhopper4697"
        },
        {
            "id": 29,
            "full_name": "lintuxos10",
            "username": "lintuxos10"
        },
        {
            "id": 30,
            "full_name": "Aaron Dewes",
            "username": "AaronDewes"
        },
        {
            "id": 31,
            "full_name": "merlin2006",
            "username": "merlin2006"
        },
        {
            "id": 32,
            "full_name": "Jonathan Krüger",
            "username": "pinguin"
        }
    ]
}