Users API.

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

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

{
    "count": 81,
    "next": "https://translate.phyphox.org/api/users/?format=api&page=5",
    "previous": "https://translate.phyphox.org/api/users/?format=api&page=3",
    "results": [
        {
            "full_name": "Ashish Amish",
            "username": "Ashish"
        },
        {
            "full_name": "Tsotne Dadiani",
            "username": "Dadiani"
        },
        {
            "full_name": "Elchin Abbasov",
            "username": "Abbasov"
        },
        {
            "full_name": "Mykhailo Koreshkov",
            "username": "Koreshkov"
        },
        {
            "full_name": "Lukáš Hřebík",
            "username": "Hrebik"
        },
        {
            "full_name": "gmail Test (diconx)",
            "username": "gmailtest"
        },
        {
            "full_name": "Deleted User",
            "username": "deleted-67"
        },
        {
            "full_name": "Bidyut Ghosh",
            "username": "Ghosh"
        },
        {
            "full_name": "Ananda Dasgupta",
            "username": "Dasgupta"
        },
        {
            "full_name": "Sanjoy Kumar Pal",
            "username": "Pal"
        },
        {
            "full_name": "Soumen Sarkar",
            "username": "Sarkar"
        },
        {
            "full_name": "Pradipta Panchadhyayee",
            "username": "Panchadhyayee"
        },
        {
            "full_name": "Carlos Filipe dos Santos Lima",
            "username": "DosSantosLima"
        },
        {
            "full_name": "Francisco Calderón",
            "username": "Calderon"
        },
        {
            "full_name": "Damp Canary",
            "username": "Canary"
        },
        {
            "full_name": "Prabir Mashruwala",
            "username": "Mashruwala"
        },
        {
            "full_name": "Matheshwaran Viswanathan",
            "username": "Viswanathan"
        },
        {
            "full_name": "Joe Ye",
            "username": "Ye"
        },
        {
            "full_name": "Hicham Ramdoum",
            "username": "Hicham"
        },
        {
            "full_name": "Soumitra Kar",
            "username": "Kar"
        }
    ]
}