Users API.

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

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

{
    "count": 11658,
    "next": null,
    "previous": "https://translations.documentfoundation.org/api/users/?format=api&page=233",
    "results": [
        {
            "id": 11662,
            "full_name": "sportbiz",
            "username": "sportbiz"
        },
        {
            "id": 11663,
            "full_name": "taylor jordan",
            "username": "taylorjordan071003"
        },
        {
            "id": 11664,
            "full_name": "Devanagriuk",
            "username": "Devanagriuk"
        },
        {
            "id": 11665,
            "full_name": "dylan hood",
            "username": "dylan12111"
        },
        {
            "id": 11666,
            "full_name": "arlo bat",
            "username": "arlobat"
        },
        {
            "id": 11667,
            "full_name": "bob thapa",
            "username": "bobthapa892"
        },
        {
            "id": 11668,
            "full_name": "Paweł Bednarczyk",
            "username": "pawel.r.bednarczyk"
        },
        {
            "id": 11669,
            "full_name": "Hazel Wang",
            "username": "hazelwang123"
        }
    ]
}