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": 243,
    "next": "https://translations.scummvm.org/api/users/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "full_name": "",
            "username": "anonymous"
        },
        {
            "full_name": "Thierry Crozat",
            "username": "criezy"
        },
        {
            "full_name": "Eugene Sandulenko",
            "username": "sev-"
        },
        {
            "full_name": "Lothar Serra Mari",
            "username": "rootfather"
        },
        {
            "full_name": "Zbyněk Schwarz",
            "username": "tsbook"
        },
        {
            "full_name": "Ivan Lukyanov",
            "username": "greencis"
        },
        {
            "full_name": "George Kormendi",
            "username": "goodoldgeorge"
        },
        {
            "full_name": "Simon Sawatzki",
            "username": "simsaw"
        },
        {
            "full_name": "Willem Jan Palenstijn",
            "username": "wjp"
        },
        {
            "full_name": "",
            "username": "lorz"
        },
        {
            "full_name": "Jose Roses",
            "username": "frankitu"
        },
        {
            "full_name": "Max von Werner",
            "username": "silentsnake"
        },
        {
            "full_name": "Michael D.",
            "username": "darkstar"
        },
        {
            "full_name": "Rafał Będźkowski",
            "username": "bedzior"
        },
        {
            "full_name": "Zsolt",
            "username": "zskokos"
        },
        {
            "full_name": "Ben Castricum",
            "username": "bencastricum"
        },
        {
            "full_name": "Víctor Martínez Pajares",
            "username": "vmpajares"
        },
        {
            "full_name": "Santiago G. Sanz",
            "username": "sgsanz"
        },
        {
            "full_name": "Bastien Bouclet",
            "username": "bgk"
        },
        {
            "full_name": "Martin Schoenmakers",
            "username": "aiviru"
        }
    ]
}