Users API.

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

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

{
    "count": 187,
    "next": "https://weblate.linphone.org/api/users/?format=api&page=10",
    "previous": "https://weblate.linphone.org/api/users/?format=api&page=8",
    "results": [
        {
            "full_name": "Ajadr",
            "username": "ajadr"
        },
        {
            "full_name": "一辰",
            "username": "Yichen"
        },
        {
            "full_name": "Jimmy alvarado",
            "username": "Jimmy"
        },
        {
            "full_name": "Simona Iacob",
            "username": "simonaiacob"
        },
        {
            "full_name": "Sebastian Dittrich",
            "username": "seppdd77"
        },
        {
            "full_name": "Lucio Correia",
            "username": "lcorreia"
        },
        {
            "full_name": "Ketzali justo",
            "username": "Ketzali.es"
        },
        {
            "full_name": "Deleted User",
            "username": "deleted-168"
        },
        {
            "full_name": "SoftInterlingua",
            "username": "SoftInterlingua"
        },
        {
            "full_name": "Vanamala",
            "username": "narasimha"
        },
        {
            "full_name": "Елена",
            "username": "a590c6c4f8104294"
        },
        {
            "full_name": "INDOOR GROUP OY",
            "username": "INDOOR"
        },
        {
            "full_name": "Randy Robinson",
            "username": "randy"
        },
        {
            "full_name": "Harry Basalamah",
            "username": "HackerHarry"
        },
        {
            "full_name": "luca0N!",
            "username": "luca0N"
        },
        {
            "full_name": "Murat yılmaz",
            "username": "Murat"
        },
        {
            "full_name": "Bruce Qing Tao Mi",
            "username": "Bruce"
        },
        {
            "full_name": "Edgar Vedoy Filho",
            "username": "efvedoy@gmail.com"
        },
        {
            "full_name": "Matheus Bessegato",
            "username": "mbessegato"
        },
        {
            "full_name": "Ксения Корнилова",
            "username": "Kornil01"
        }
    ]
}