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": 104,
    "next": "https://translate.gajim.org/api/users/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "full_name": "Anonymous",
            "username": "anonymous"
        },
        {
            "full_name": "Weblate Admin",
            "username": "admin"
        },
        {
            "full_name": "Yann Leboulanger",
            "username": "asterix"
        },
        {
            "full_name": "Daniel Brötzmann",
            "username": "wurstsalat"
        },
        {
            "full_name": "Link Mauve",
            "username": "linkmauve"
        },
        {
            "full_name": "lovetox",
            "username": "lovetox"
        },
        {
            "full_name": "Dame",
            "username": "3un0s"
        },
        {
            "full_name": "Baurzhan Muftakhidinov",
            "username": "baurzhanm"
        },
        {
            "full_name": "Mako N",
            "username": "mako"
        },
        {
            "full_name": "André",
            "username": "andre"
        },
        {
            "full_name": "El gran Pirujo",
            "username": "pirujo"
        },
        {
            "full_name": "Arthoqox",
            "username": "Arthoqox"
        },
        {
            "full_name": "pitchum",
            "username": "pitchum"
        },
        {
            "full_name": "Max Muster",
            "username": "ecxod"
        },
        {
            "full_name": "therob84",
            "username": "therob84"
        },
        {
            "full_name": "Fabiano Borges de Sousa",
            "username": "fabianobss"
        },
        {
            "full_name": "Sioul",
            "username": "Sioul"
        },
        {
            "full_name": "pjammo",
            "username": "pjammo"
        },
        {
            "full_name": "Deleted User",
            "username": "deleted-19"
        },
        {
            "full_name": "Opicak",
            "username": "Orbb"
        },
        {
            "full_name": "Vincent L",
            "username": "Vincent"
        },
        {
            "full_name": "Guybrush88",
            "username": "Guybrush88"
        },
        {
            "full_name": "Hithyshi Hithu",
            "username": "Hithyshi"
        },
        {
            "full_name": "mj goud",
            "username": "mjgoud"
        },
        {
            "full_name": "Antonio Morais",
            "username": "antoniomorais360"
        },
        {
            "full_name": "Deleted User",
            "username": "deleted-26"
        },
        {
            "full_name": "Deleted User",
            "username": "deleted-27"
        },
        {
            "full_name": "Elijah Draga",
            "username": "waytoroot"
        },
        {
            "full_name": "Uber",
            "username": "user_translate909"
        },
        {
            "full_name": "dalek",
            "username": "demo_007"
        },
        {
            "full_name": "soneca",
            "username": "soneca"
        },
        {
            "full_name": "Riau Git",
            "username": "riauas"
        },
        {
            "full_name": "Simona Iacob",
            "username": "Simona"
        },
        {
            "full_name": "Gajim_Translations.Chinese",
            "username": "Gajim_Translations.Chinese"
        },
        {
            "full_name": "grrgui",
            "username": "grrgui"
        },
        {
            "full_name": "翻訳者X",
            "username": "Translater-X"
        },
        {
            "full_name": "NickVolt77",
            "username": "NickVolt77"
        },
        {
            "full_name": "paul",
            "username": "lg1682004"
        },
        {
            "full_name": "Deleted User",
            "username": "deleted-39"
        },
        {
            "full_name": "Mentz",
            "username": "Mentz"
        },
        {
            "full_name": "Nikita Epifanov",
            "username": "Nikets"
        },
        {
            "full_name": "Jan Kolar",
            "username": "m011"
        },
        {
            "full_name": "lg1682004",
            "username": "lg1682004a63ec431e1cb46a6"
        },
        {
            "full_name": "Grzegorz Szymaszek",
            "username": "gs"
        },
        {
            "full_name": "Gregory K",
            "username": "Gregory.K"
        },
        {
            "full_name": "andy baker",
            "username": "andy"
        },
        {
            "full_name": "SAIHAZE",
            "username": "saihaze"
        },
        {
            "full_name": "Tommy He",
            "username": "lovenemesis"
        },
        {
            "full_name": "bodqhrohro",
            "username": "bodqhrohro"
        },
        {
            "full_name": "Esan Maruff",
            "username": "bmaruff"
        }
    ]
}