Users API.

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

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

{
    "count": 186,
    "next": null,
    "previous": "https://weblate.linphone.org/api/users/?format=api&page=9",
    "results": [
        {
            "full_name": "Ho Sy Tan",
            "username": "hosytan"
        },
        {
            "full_name": "Roger Hanna",
            "username": "sinergyst"
        },
        {
            "full_name": "Zeekhan",
            "username": "Zeekhan"
        },
        {
            "full_name": "moves21237",
            "username": "moves21237"
        },
        {
            "full_name": "Stigho electro",
            "username": "Stigho"
        },
        {
            "full_name": "Nashir",
            "username": "Uddin"
        }
    ]
}