Users API.

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

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

{
    "count": 154,
    "next": null,
    "previous": "https://weblate.dudu-auto.com/api/users/?format=api&page=3",
    "results": [
        {
            "id": 151,
            "full_name": "Wahid Abduhakimov",
            "username": "wahidustoz"
        },
        {
            "id": 152,
            "full_name": "Fae LeDawson (黎飞)",
            "username": "faeinthebay"
        },
        {
            "id": 153,
            "full_name": "Péter Király",
            "username": "kiri"
        },
        {
            "id": 154,
            "full_name": "kentalab",
            "username": "kentalab"
        }
    ]
}