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": 26,
    "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"
        }
    ]
}