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": 495,
    "next": "https://translate.tails.boum.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": "emmapeel",
            "username": "emmapeel"
        },
        {
            "id": 4,
            "full_name": "u",
            "username": "u"
        },
        {
            "id": 7,
            "full_name": "elouann",
            "username": "elouann"
        },
        {
            "id": 8,
            "full_name": "",
            "username": "revolte"
        },
        {
            "id": 9,
            "full_name": "",
            "username": "dalomismo"
        },
        {
            "id": 10,
            "full_name": "cacu",
            "username": "cacu"
        },
        {
            "id": 11,
            "full_name": "Dragana",
            "username": "dragana"
        },
        {
            "id": 13,
            "full_name": "sajolida",
            "username": "sajolida"
        },
        {
            "id": 14,
            "full_name": "spriver",
            "username": "spriver"
        },
        {
            "id": 18,
            "full_name": "mercedes508",
            "username": "mercedes508"
        },
        {
            "id": 19,
            "full_name": "sycamoreone",
            "username": "sycamoreone"
        },
        {
            "id": 20,
            "full_name": "Deleted User",
            "username": "deleted-20"
        },
        {
            "id": 21,
            "full_name": "AtomiKe",
            "username": "AtomiKe"
        },
        {
            "id": 23,
            "full_name": "Kamyar G. Behrang",
            "username": "kamyar"
        },
        {
            "id": 24,
            "full_name": "Sprint 1",
            "username": "sprint1"
        },
        {
            "id": 25,
            "full_name": "Soudeh",
            "username": "sprint2"
        },
        {
            "id": 27,
            "full_name": "motarjem",
            "username": "sprint4"
        },
        {
            "id": 29,
            "full_name": "Sara Shahabi",
            "username": "sprint6"
        },
        {
            "id": 30,
            "full_name": "sprint7",
            "username": "sprint7"
        },
        {
            "id": 35,
            "full_name": "sprint12",
            "username": "sprint12"
        },
        {
            "id": 36,
            "full_name": "stf",
            "username": "stf"
        },
        {
            "id": 40,
            "full_name": "sprintarabic4",
            "username": "sprintarabic4"
        },
        {
            "id": 41,
            "full_name": "sprintarabic5",
            "username": "sprintarabic5"
        },
        {
            "id": 42,
            "full_name": "mapm",
            "username": "mapm"
        },
        {
            "id": 43,
            "full_name": "communia",
            "username": "communia"
        },
        {
            "id": 44,
            "full_name": "Pablo",
            "username": "pablo"
        },
        {
            "id": 45,
            "full_name": "Alba",
            "username": "AlbaGD"
        },
        {
            "id": 46,
            "full_name": "m",
            "username": "mmarco"
        },
        {
            "id": 47,
            "full_name": "n",
            "username": "noe"
        },
        {
            "id": 48,
            "full_name": "dhole",
            "username": "Dhole"
        },
        {
            "id": 49,
            "full_name": "rotxa",
            "username": "rotxa"
        },
        {
            "id": 50,
            "full_name": "ines",
            "username": "Ines"
        },
        {
            "id": 51,
            "full_name": "hedme",
            "username": "Hedme"
        },
        {
            "id": 52,
            "full_name": "Mayeli",
            "username": "Mayeli"
        },
        {
            "id": 53,
            "full_name": "Nymeria",
            "username": "nymeria"
        },
        {
            "id": 54,
            "full_name": "insubordination",
            "username": "insubordination"
        },
        {
            "id": 55,
            "full_name": "xin",
            "username": "xin"
        },
        {
            "id": 56,
            "full_name": "Jes",
            "username": "jez"
        },
        {
            "id": 57,
            "full_name": "Xochitl",
            "username": "xoch"
        },
        {
            "id": 58,
            "full_name": "zeltcin",
            "username": "zeltcin"
        },
        {
            "id": 59,
            "full_name": "Estrella",
            "username": "estrella"
        },
        {
            "id": 60,
            "full_name": "guati",
            "username": "guati"
        },
        {
            "id": 62,
            "full_name": "LeLutin",
            "username": "LeLutin"
        },
        {
            "id": 63,
            "full_name": "anonym",
            "username": "anonym"
        },
        {
            "id": 65,
            "full_name": "acracia",
            "username": "acracia"
        },
        {
            "id": 66,
            "full_name": "Chi-Hsun Tsai",
            "username": "jxtsai"
        },
        {
            "id": 67,
            "full_name": "Leo Arias",
            "username": "elopio"
        },
        {
            "id": 68,
            "full_name": "jose",
            "username": "jluismendoza"
        }
    ]
}