Users API.

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

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

{
    "count": 33,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1,
            "full_name": "Anonymous",
            "username": "anonymous"
        },
        {
            "id": 2,
            "full_name": "Weblate Admin",
            "username": "admin"
        },
        {
            "id": 3,
            "full_name": "antrouter",
            "username": "antrouter"
        },
        {
            "id": 4,
            "full_name": "Jan Nielsen",
            "username": "jan.nielsen"
        },
        {
            "id": 5,
            "full_name": "Quentin PAGÈS",
            "username": "Quentin"
        },
        {
            "id": 6,
            "full_name": "Andreas Dorfer",
            "username": "adorfer"
        },
        {
            "id": 7,
            "full_name": "张三",
            "username": "sqztl520"
        },
        {
            "id": 8,
            "full_name": "Giuseppe Dipierro",
            "username": "Giuseppe"
        },
        {
            "id": 9,
            "full_name": "charnchai ratnikorn",
            "username": "charnchai_r"
        },
        {
            "id": 10,
            "full_name": "马",
            "username": "klsn"
        },
        {
            "id": 11,
            "full_name": "计晓岚",
            "username": "jxl33"
        },
        {
            "id": 12,
            "full_name": "telecom47",
            "username": "telecom47"
        },
        {
            "id": 13,
            "full_name": "wysh",
            "username": "wysh"
        },
        {
            "id": 14,
            "full_name": "Михаил Васильевич Руссу",
            "username": "sentimento"
        },
        {
            "id": 15,
            "full_name": "vmixusa",
            "username": "vmixusa"
        },
        {
            "id": 16,
            "full_name": "Mariusz Kogen",
            "username": "K0gen"
        },
        {
            "id": 17,
            "full_name": "Вован",
            "username": "Crazymashin45"
        },
        {
            "id": 18,
            "full_name": "Firman Ardiansyah",
            "username": "firman"
        },
        {
            "id": 19,
            "full_name": "niergouge",
            "username": "niergouge"
        },
        {
            "id": 20,
            "full_name": "justbin",
            "username": "justbin"
        },
        {
            "id": 21,
            "full_name": "Aleksandr Serdyukov",
            "username": "Promolife"
        },
        {
            "id": 22,
            "full_name": "Aidyn",
            "username": "Aid"
        },
        {
            "id": 23,
            "full_name": "Dmitry Galenko",
            "username": "dgalenko"
        },
        {
            "id": 24,
            "full_name": "Adam Max",
            "username": "amax"
        },
        {
            "id": 25,
            "full_name": "tangyu",
            "username": "tangyu0127"
        },
        {
            "id": 26,
            "full_name": "HABIBI ABI",
            "username": "Habibi"
        },
        {
            "id": 27,
            "full_name": "Riccardo Tornesello",
            "username": "riccardotornesello"
        },
        {
            "id": 28,
            "full_name": "Deleted User",
            "username": "deleted-28"
        },
        {
            "id": 29,
            "full_name": "Bruno Galli",
            "username": "TecknoItaliasrl@"
        },
        {
            "id": 30,
            "full_name": "batnyam batsaikhan",
            "username": "timbrookers"
        },
        {
            "id": 31,
            "full_name": "stefano cervellera",
            "username": "scerv"
        },
        {
            "id": 32,
            "full_name": "Ruslan Bychanok",
            "username": "VirBy"
        },
        {
            "id": 33,
            "full_name": "Семенов Герман",
            "username": "GermanAizek"
        }
    ]
}