Users API.

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

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

{
    "count": 42,
    "next": null,
    "previous": "https://weblate.ppc.lol/api/users/?format=api&page=2",
    "results": [
        {
            "full_name": "CRLUCAS0725",
            "username": "CRLUCAS0725"
        },
        {
            "full_name": "skiving",
            "username": "skiving"
        }
    ]
}