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": 41,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1,
            "full_name": "Anonymous",
            "username": "anonymous"
        },
        {
            "id": 2,
            "full_name": "Sonoran Software",
            "username": "sonoransoftware"
        },
        {
            "id": 3,
            "full_name": "Brian Sosnowski",
            "username": "BrianSosnowski"
        },
        {
            "id": 4,
            "full_name": "Deleted User",
            "username": "deleted-4"
        },
        {
            "id": 5,
            "full_name": "Deleted User",
            "username": "deleted-5"
        },
        {
            "id": 6,
            "full_name": "El Gato da Great",
            "username": "Fireant456"
        },
        {
            "id": 7,
            "full_name": "Seba",
            "username": "devseva"
        },
        {
            "id": 8,
            "full_name": "PatrykPL",
            "username": "kot1999"
        },
        {
            "id": 9,
            "full_name": "Dawson Godin",
            "username": "SonoranDawson"
        },
        {
            "id": 10,
            "full_name": "John Cooper",
            "username": "goodguy14701"
        },
        {
            "id": 11,
            "full_name": "Hunnitk444",
            "username": "Hunnitk444"
        },
        {
            "id": 12,
            "full_name": "Jefferson Ball Sr",
            "username": "jeffersonballsr"
        },
        {
            "id": 13,
            "full_name": "Jarosław Derkowski",
            "username": "jeffreythedev"
        },
        {
            "id": 14,
            "full_name": "João Caçoila",
            "username": "jpcptxd"
        },
        {
            "id": 15,
            "full_name": "Efe Ocak",
            "username": "dawse"
        },
        {
            "id": 16,
            "full_name": "Kenneth Leung",
            "username": "kennethleung1004"
        },
        {
            "id": 17,
            "full_name": "Mayen",
            "username": "maenjok"
        },
        {
            "id": 18,
            "full_name": "Rayan",
            "username": "boumedianerayan"
        },
        {
            "id": 51,
            "full_name": "Michal Strnad",
            "username": "michalstrnad.200523"
        },
        {
            "id": 84,
            "full_name": "Kim Shaltiel",
            "username": "kimhitman054"
        },
        {
            "id": 85,
            "full_name": "Killer wolf",
            "username": "K.wolfB497"
        },
        {
            "id": 86,
            "full_name": "Michael",
            "username": "rm79174054"
        },
        {
            "id": 87,
            "full_name": "Belgium gamer nr.1",
            "username": "superseppevdb"
        },
        {
            "id": 88,
            "full_name": "Roman Zuyko",
            "username": "romanstep0303"
        },
        {
            "id": 89,
            "full_name": "Dill Martin",
            "username": "car15973.ww"
        },
        {
            "id": 90,
            "full_name": "Antonio Valencia",
            "username": "mods1124"
        },
        {
            "id": 91,
            "full_name": "lllbaselll8796 Sumler",
            "username": "braydonsumler8"
        },
        {
            "id": 92,
            "full_name": "Raffelle",
            "username": "rafateste148"
        },
        {
            "id": 93,
            "full_name": "Antonescu Rares",
            "username": "brotacoac"
        },
        {
            "id": 94,
            "full_name": "果汁软糖鸭",
            "username": "guozhiruantangya"
        },
        {
            "id": 95,
            "full_name": "Jakub Łopuszański",
            "username": "jakublopuszanski3"
        },
        {
            "id": 96,
            "full_name": "Nikita Xristanchuk",
            "username": "xristanchuks"
        },
        {
            "id": 97,
            "full_name": "Dmitriy Andreev",
            "username": "f0xitcode.us"
        },
        {
            "id": 98,
            "full_name": "Artjoms Dorofejevs",
            "username": "dorofejevsa"
        },
        {
            "id": 99,
            "full_name": "Jakub Wilk",
            "username": "kubus.wilk.2007"
        },
        {
            "id": 100,
            "full_name": "hexia",
            "username": "hexia"
        },
        {
            "id": 101,
            "full_name": "Jack Smitty",
            "username": "agentsamsmith0071"
        },
        {
            "id": 102,
            "full_name": "Dave Graves",
            "username": "DaveGraves"
        },
        {
            "id": 103,
            "full_name": "潘臣",
            "username": "panchen951231"
        },
        {
            "id": 104,
            "full_name": "Caleb Childress",
            "username": "childresscaleb997"
        },
        {
            "id": 105,
            "full_name": "gang2 smith",
            "username": "3ad3sd3sssssssd"
        }
    ]
}