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": 151,
    "next": null,
    "previous": "https://translate.tryton.org/api/users/?format=api&page=3",
    "results": [
        {
            "id": 151,
            "full_name": "Husni M",
            "username": "husnix"
        }
    ]
}