Users API.

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

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

{
    "count": 201,
    "next": null,
    "previous": "http://translate.gtaf.org/api/users/?format=api&page=4",
    "results": [
        {
            "id": 201,
            "full_name": "Rashad",
            "username": "Rashku"
        }
    ]
}