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": 32,
    "next": "https://translate.edugit.org/api/users/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "id": 1,
            "full_name": "Anonymous",
            "username": "anonymous"
        },
        {
            "id": 2,
            "full_name": "Weblate Admin",
            "username": "admin"
        },
        {
            "id": 3,
            "full_name": "Deleted User",
            "username": "deleted-3"
        },
        {
            "id": 4,
            "full_name": "Dominik George",
            "username": "nik"
        },
        {
            "id": 5,
            "full_name": "Tom Teichler",
            "username": "debdolph"
        },
        {
            "id": 6,
            "full_name": "Martin Gummi",
            "username": "magu"
        },
        {
            "id": 7,
            "full_name": "Jonathan Weth",
            "username": "hansegucker"
        },
        {
            "id": 8,
            "full_name": "Platschi Blubb",
            "username": "testdelfin"
        },
        {
            "id": 9,
            "full_name": "Julian",
            "username": "ZugBahnHof"
        },
        {
            "id": 10,
            "full_name": "Niklas Bildhauer",
            "username": "niklas.bildhauer@teckids.org"
        },
        {
            "id": 11,
            "full_name": "Frank Poetzsch-Heffter",
            "username": "fph"
        },
        {
            "id": 12,
            "full_name": "Hangzhi Yu",
            "username": "yuha"
        },
        {
            "id": 13,
            "full_name": "Marlene Grundey",
            "username": "marlene"
        },
        {
            "id": 14,
            "full_name": "magicfelix",
            "username": "magicfelix"
        },
        {
            "id": 15,
            "full_name": "Weblate Push User",
            "username": "_weblate"
        },
        {
            "id": 16,
            "full_name": "Lukas Weichelt",
            "username": "lukasw"
        },
        {
            "id": 17,
            "full_name": "Benedict Suska",
            "username": "benni"
        },
        {
            "id": 18,
            "full_name": "Anna Weichelt",
            "username": "annaw"
        },
        {
            "id": 19,
            "full_name": "Robert Seimetz",
            "username": "robert"
        },
        {
            "id": 20,
            "full_name": "Luca Leon Bauer",
            "username": "lucaleonbauer"
        }
    ]
}