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.info.ucl.ac.be/api/users/?format=api&page=2",
    "results": [
        {
            "full_name": "Alexandre Doneux",
            "username": "AlexandreDoneux"
        },
        {
            "full_name": "johnson bet168",
            "username": "johnsonbet168"
        }
    ]
}