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": 10075,
    "next": "https://translations.documentfoundation.org/api/users/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "id": 1,
            "full_name": "Deleted User",
            "username": "deleted-1"
        },
        {
            "id": 2,
            "full_name": "Christian Lohmaier",
            "username": "cloph"
        },
        {
            "id": 3,
            "full_name": "Administrator ",
            "username": "admin"
        },
        {
            "id": 12,
            "full_name": "andreschnabel",
            "username": "andreschnabel"
        },
        {
            "id": 13,
            "full_name": "Valter Mura",
            "username": "valtermura"
        },
        {
            "id": 14,
            "full_name": "Antón Méixome",
            "username": "meixome"
        },
        {
            "id": 15,
            "full_name": "Hristo Hristov",
            "username": "icobgr"
        },
        {
            "id": 16,
            "full_name": "Helen",
            "username": "Helen"
        },
        {
            "id": 17,
            "full_name": "Takeshi Abe",
            "username": "tabe"
        },
        {
            "id": 18,
            "full_name": "Leif Lodahl",
            "username": "lodahl"
        },
        {
            "id": 19,
            "full_name": "Sveinn í Felli",
            "username": "sveinki"
        },
        {
            "id": 20,
            "full_name": "Per Eriksson",
            "username": "pereriksson"
        },
        {
            "id": 21,
            "full_name": "sophie",
            "username": "sophie"
        },
        {
            "id": 22,
            "full_name": "Andras Timar",
            "username": "timar"
        },
        {
            "id": 23,
            "full_name": "Rimas Kudelis",
            "username": "rq"
        },
        {
            "id": 24,
            "full_name": "Cheng-Chia Tseng",
            "username": "Zerng07"
        },
        {
            "id": 25,
            "full_name": "kami911",
            "username": "kami911"
        },
        {
            "id": 26,
            "full_name": "Xuacu Saturio",
            "username": "Xuacu"
        },
        {
            "id": 27,
            "full_name": "jamil",
            "username": "jamil"
        },
        {
            "id": 28,
            "full_name": "extropy",
            "username": "extropy"
        },
        {
            "id": 29,
            "full_name": "Claudio F Filho",
            "username": "filhocf"
        },
        {
            "id": 30,
            "full_name": "Martin Srebotnjak",
            "username": "filmsi"
        },
        {
            "id": 31,
            "full_name": "pescetti",
            "username": "pescetti"
        },
        {
            "id": 32,
            "full_name": "paolopoz",
            "username": "paolopoz"
        },
        {
            "id": 33,
            "full_name": "spaetz",
            "username": "spaetz"
        },
        {
            "id": 34,
            "full_name": "Cor Nouws",
            "username": "cornouws"
        },
        {
            "id": 35,
            "full_name": "Alexey Doroshenko",
            "username": "Aidsoid"
        },
        {
            "id": 36,
            "full_name": "Simos Xenitellis",
            "username": "simosx"
        },
        {
            "id": 37,
            "full_name": "wkn",
            "username": "wkn"
        },
        {
            "id": 38,
            "full_name": "Deleted User",
            "username": "deleted-38"
        },
        {
            "id": 39,
            "full_name": "Gerhard Riedinger",
            "username": "gerhard_rn"
        },
        {
            "id": 40,
            "full_name": "Olivier Hallot",
            "username": "olivier"
        },
        {
            "id": 41,
            "full_name": "Wolfgang Pechlaner",
            "username": "wope"
        },
        {
            "id": 42,
            "full_name": "Alexandro Colorado",
            "username": "jza"
        },
        {
            "id": 43,
            "full_name": "ArkBlitz",
            "username": "ArkBlitz"
        },
        {
            "id": 44,
            "full_name": "bormant",
            "username": "bormant"
        },
        {
            "id": 45,
            "full_name": "Jørgen Madsen",
            "username": "jfm"
        },
        {
            "id": 46,
            "full_name": "hjbeckers",
            "username": "hjbeckers"
        },
        {
            "id": 47,
            "full_name": "gghh",
            "username": "gghh"
        },
        {
            "id": 48,
            "full_name": "eduromo",
            "username": "eduromo"
        },
        {
            "id": 49,
            "full_name": "Ejnar Zacho Rath",
            "username": "ezr"
        },
        {
            "id": 50,
            "full_name": "Jesús Corrius Llavina",
            "username": "jcorrius"
        },
        {
            "id": 51,
            "full_name": "Preben Hedegaard",
            "username": "welcro"
        },
        {
            "id": 52,
            "full_name": "Thomas Hackert",
            "username": "thackert"
        },
        {
            "id": 53,
            "full_name": "DenisArnaud",
            "username": "DenisArnaud"
        },
        {
            "id": 54,
            "full_name": "Modestas Rimkus",
            "username": "modestas"
        },
        {
            "id": 55,
            "full_name": "Jan Møgelbjerg",
            "username": "Mogelbjerg"
        },
        {
            "id": 56,
            "full_name": "foral",
            "username": "foral"
        },
        {
            "id": 57,
            "full_name": "Shinji Enoki",
            "username": "enoki"
        },
        {
            "id": 58,
            "full_name": "mgommel",
            "username": "mgommel"
        }
    ]
}