Users API.

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

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

{
    "count": 42,
    "next": "https://weblate.ppc.lol/api/users/?format=api&page=3",
    "previous": "https://weblate.ppc.lol/api/users/?format=api",
    "results": [
        {
            "full_name": "Owadud Bhuiyan",
            "username": "akash655"
        },
        {
            "full_name": "Catalina Choe",
            "username": "katiechoe"
        },
        {
            "full_name": "Mohammad",
            "username": "Farsi.Mo"
        },
        {
            "full_name": "Jack",
            "username": "jack0falltrades"
        },
        {
            "full_name": "Esther",
            "username": "Esther"
        },
        {
            "full_name": "Irmak Yavlal",
            "username": "paypir"
        },
        {
            "full_name": "Waqas Hafeez",
            "username": "WaqasHafeez"
        },
        {
            "full_name": "Lara Nguyen",
            "username": "muado96"
        },
        {
            "full_name": "Goodluck Gabriel",
            "username": "goodg"
        },
        {
            "full_name": "Muhd",
            "username": "muhdtech44"
        },
        {
            "full_name": "Shiv",
            "username": "shiv2016angel"
        },
        {
            "full_name": "dmytro shumko",
            "username": "dmytrosh"
        },
        {
            "full_name": "Philena",
            "username": "Philena36"
        },
        {
            "full_name": "Abdelrahman younis",
            "username": "perfetranslator"
        },
        {
            "full_name": "Dawn Flores",
            "username": "dawnrflores"
        },
        {
            "full_name": "スミヤチホ",
            "username": "lily7777"
        },
        {
            "full_name": "mahbouldom",
            "username": "mahbouldom"
        },
        {
            "full_name": "Fabrizio Codello",
            "username": "Fabryz"
        },
        {
            "full_name": "Deleted User",
            "username": "deleted-39"
        },
        {
            "full_name": "Corky Lucas",
            "username": "Reedluke76"
        }
    ]
}