Users API.

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

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

{
    "count": 1283,
    "next": null,
    "previous": "https://weblate.rikka.app/api/users/?format=api&page=64",
    "results": [
        {
            "full_name": "9arya",
            "username": "9arya"
        },
        {
            "full_name": "Yasmin Ghafoor",
            "username": "YasminKG951"
        },
        {
            "full_name": "Angus668957",
            "username": "Angus668957"
        }
    ]
}