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": 45,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1,
            "full_name": "Anonymous",
            "username": "anonymous"
        },
        {
            "id": 2,
            "full_name": "TheYOSH",
            "username": "admin"
        },
        {
            "id": 3,
            "full_name": "TheYOSH",
            "username": "theyosh"
        },
        {
            "id": 4,
            "full_name": "kahuwi14",
            "username": "kahuwi14"
        },
        {
            "id": 5,
            "full_name": "Cleber Tavano",
            "username": "kebs2020"
        },
        {
            "id": 6,
            "full_name": "Ivan Golubnichiy",
            "username": "h1kkan"
        },
        {
            "id": 7,
            "full_name": "Marvv90",
            "username": "Marvv90"
        },
        {
            "id": 8,
            "full_name": "bfonn",
            "username": "bfonn"
        },
        {
            "id": 9,
            "full_name": "Stikki",
            "username": "sticchio2001"
        },
        {
            "id": 10,
            "full_name": "cmonicob",
            "username": "cmonicob"
        },
        {
            "id": 11,
            "full_name": "Luke",
            "username": "luke5sky"
        },
        {
            "id": 12,
            "full_name": "chog john",
            "username": "chogjo"
        },
        {
            "id": 13,
            "full_name": "Dave0408",
            "username": "Dave0408"
        },
        {
            "id": 14,
            "full_name": "jekobpl",
            "username": "jekobpl"
        },
        {
            "id": 15,
            "full_name": "Marcnr1984",
            "username": "Marcnr1984"
        },
        {
            "id": 16,
            "full_name": "Åke Engelbrektson",
            "username": "eson57"
        },
        {
            "id": 17,
            "full_name": "fabi2803",
            "username": "fabi2803"
        },
        {
            "id": 18,
            "full_name": "nukenook",
            "username": "nukenook"
        },
        {
            "id": 19,
            "full_name": "killwater",
            "username": "killwater"
        },
        {
            "id": 20,
            "full_name": "ntfd0",
            "username": "ntfd0"
        },
        {
            "id": 21,
            "full_name": "PETIT Jordan",
            "username": "Tiotjordan"
        },
        {
            "id": 22,
            "full_name": "Philipp Marmet",
            "username": "fujexo"
        },
        {
            "id": 23,
            "full_name": "Roger Grellmann",
            "username": "grelle@bluewin.ch"
        },
        {
            "id": 24,
            "full_name": "Pentium1080Ti",
            "username": "Pentium1080Ti"
        },
        {
            "id": 25,
            "full_name": "Kikinorc",
            "username": "Kikinorc"
        },
        {
            "id": 26,
            "full_name": "Tobias Nitsch",
            "username": "Sni"
        },
        {
            "id": 27,
            "full_name": "Luca",
            "username": "luke-gto"
        },
        {
            "id": 28,
            "full_name": "deraragorn",
            "username": "deraragorn"
        },
        {
            "id": 29,
            "full_name": "Rob",
            "username": "wereR00b"
        },
        {
            "id": 30,
            "full_name": "oliwertrzeciak",
            "username": "oliwertrzeciak"
        },
        {
            "id": 31,
            "full_name": "vikrilow",
            "username": "vikrilow"
        },
        {
            "id": 32,
            "full_name": "Christophe",
            "username": "93420"
        },
        {
            "id": 33,
            "full_name": "kwiatekp",
            "username": "kwiatekp"
        },
        {
            "id": 34,
            "full_name": "Chris Hudlin",
            "username": "cjhudlin"
        },
        {
            "id": 35,
            "full_name": "Tobbe987",
            "username": "Tobbe987"
        },
        {
            "id": 36,
            "full_name": "Rafal Zagawa",
            "username": "RaV"
        },
        {
            "id": 37,
            "full_name": "Tim",
            "username": "Skillblock"
        },
        {
            "id": 38,
            "full_name": "Emre Akyuz",
            "username": "Emre93"
        },
        {
            "id": 39,
            "full_name": "Robert Nezz",
            "username": "robert_nezz"
        },
        {
            "id": 40,
            "full_name": "jrantwijk",
            "username": "jrantwijk"
        },
        {
            "id": 41,
            "full_name": "Thomas Leiter",
            "username": "tomLadder"
        },
        {
            "id": 42,
            "full_name": "Peter Beernink",
            "username": "pbeernink"
        },
        {
            "id": 43,
            "full_name": "IGB DevOps",
            "username": "vonq-devops-groningen"
        },
        {
            "id": 44,
            "full_name": "Joshua R",
            "username": "JoshuaRVONQ"
        },
        {
            "id": 45,
            "full_name": "Pascal",
            "username": "cpt.snusnu"
        }
    ]
}