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": 43,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1,
            "full_name": "Anonymous",
            "username": "anonymous"
        },
        {
            "id": 2,
            "full_name": "Weblate Admin",
            "username": "admin"
        },
        {
            "id": 3,
            "full_name": "Bingen",
            "username": "galaipa"
        },
        {
            "id": 4,
            "full_name": "Gari",
            "username": "gari"
        },
        {
            "id": 5,
            "full_name": "Lander Unzueta",
            "username": "lunzueta"
        },
        {
            "id": 6,
            "full_name": "TheProdigyEH",
            "username": "TheProdigyEH"
        },
        {
            "id": 7,
            "full_name": "Eneko Oroz",
            "username": "ekintaekin"
        },
        {
            "id": 8,
            "full_name": "Mielanjel",
            "username": "pospolos"
        },
        {
            "id": 9,
            "full_name": "Aslew",
            "username": "Aslew"
        },
        {
            "id": 10,
            "full_name": "Iker Millan",
            "username": "Ikermi"
        },
        {
            "id": 11,
            "full_name": "yissnn",
            "username": "yissnn"
        },
        {
            "id": 12,
            "full_name": "Damian",
            "username": "demien"
        },
        {
            "id": 13,
            "full_name": "Martin Bilbao",
            "username": "pinoxmb"
        },
        {
            "id": 14,
            "full_name": "Xabier Murua",
            "username": "muturbeltz"
        },
        {
            "id": 16,
            "full_name": "Maitane",
            "username": "maitane.ge"
        },
        {
            "id": 17,
            "full_name": "pigmentation fault",
            "username": "notapixelstudio"
        },
        {
            "id": 18,
            "full_name": "garikoitz larrañaga",
            "username": "gari_infernu"
        },
        {
            "id": 19,
            "full_name": "Mirari Merino",
            "username": "yayameri"
        },
        {
            "id": 20,
            "full_name": "Idoia",
            "username": "idoiapond"
        },
        {
            "id": 21,
            "full_name": "Eskola 01",
            "username": "eskola01"
        },
        {
            "id": 22,
            "full_name": "Eskola 02",
            "username": "eskola02"
        },
        {
            "id": 23,
            "full_name": "Eskola 03",
            "username": "eskola03"
        },
        {
            "id": 24,
            "full_name": "Eskola 04",
            "username": "eskola04"
        },
        {
            "id": 25,
            "full_name": "Eskola 5",
            "username": "eskola05"
        },
        {
            "id": 26,
            "full_name": "Eskola 6",
            "username": "eskola06"
        },
        {
            "id": 27,
            "full_name": "Eskola 7",
            "username": "eskola07"
        },
        {
            "id": 28,
            "full_name": "Eskola 8",
            "username": "eskola08"
        },
        {
            "id": 29,
            "full_name": "Eskola 9",
            "username": "eskola09"
        },
        {
            "id": 30,
            "full_name": "Eskola 10",
            "username": "eskola10"
        },
        {
            "id": 31,
            "full_name": "Eskola 11",
            "username": "eskola11"
        },
        {
            "id": 32,
            "full_name": "Eskola 12",
            "username": "eskola12"
        },
        {
            "id": 33,
            "full_name": "Eskola 13",
            "username": "eskola13"
        },
        {
            "id": 34,
            "full_name": "Eskola 14",
            "username": "eskola14"
        },
        {
            "id": 35,
            "full_name": "irakaslea01",
            "username": "irakaslea01"
        },
        {
            "id": 36,
            "full_name": "Asier",
            "username": "asierg"
        },
        {
            "id": 37,
            "full_name": "Aitor Eizaguirre",
            "username": "Eztainu"
        },
        {
            "id": 38,
            "full_name": "Iker Ibarguren",
            "username": "ikerib"
        },
        {
            "id": 39,
            "full_name": "Deleted User",
            "username": "deleted-39"
        },
        {
            "id": 40,
            "full_name": "Deleted User",
            "username": "deleted-40"
        },
        {
            "id": 41,
            "full_name": "Urtzi Odriozola Lizaso",
            "username": "urtzai"
        },
        {
            "id": 42,
            "full_name": "Deleted User",
            "username": "deleted-42"
        },
        {
            "id": 43,
            "full_name": "Andoni Muruamendiaraz",
            "username": "andonima"
        },
        {
            "id": 44,
            "full_name": "Ekain",
            "username": "HighnoonEkain"
        }
    ]
}