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": 46,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1,
            "full_name": "Anonymous",
            "username": "anonymous"
        },
        {
            "id": 2,
            "full_name": "p0358",
            "username": "p0358"
        },
        {
            "id": 3,
            "full_name": "Wolf109909",
            "username": "wolf109909"
        },
        {
            "id": 4,
            "full_name": "Test",
            "username": "test"
        },
        {
            "id": 5,
            "full_name": "Barnaby",
            "username": "BarnabWhy"
        },
        {
            "id": 6,
            "full_name": "Shepard Linksys",
            "username": "Linksys2006"
        },
        {
            "id": 7,
            "full_name": "GeckoEidechse",
            "username": "GeckoEidechse"
        },
        {
            "id": 8,
            "full_name": "doge core",
            "username": "dogecore"
        },
        {
            "id": 9,
            "full_name": "juicy",
            "username": "Juicy_"
        },
        {
            "id": 10,
            "full_name": "Rémy Raes",
            "username": "Alystrasz"
        },
        {
            "id": 11,
            "full_name": "Andrew",
            "username": "voidflare1"
        },
        {
            "id": 12,
            "full_name": "CloudSE7EN",
            "username": "CloudSE7EN"
        },
        {
            "id": 13,
            "full_name": "SamZong",
            "username": "SamZong"
        },
        {
            "id": 14,
            "full_name": "tirystiltnerx",
            "username": "tirystiltnerx"
        },
        {
            "id": 15,
            "full_name": "zxcPandora",
            "username": "zxcPandora"
        },
        {
            "id": 16,
            "full_name": "William Miller",
            "username": "Zanieon"
        },
        {
            "id": 17,
            "full_name": "WofWca",
            "username": "WofWca"
        },
        {
            "id": 18,
            "full_name": "Daniel Rico Kristensen",
            "username": "Exrill"
        },
        {
            "id": 19,
            "full_name": "FÁ_monkey",
            "username": "tactical.monkey"
        },
        {
            "id": 20,
            "full_name": "Andrés",
            "username": "DumbANdres"
        },
        {
            "id": 21,
            "full_name": "Lorin-lab",
            "username": "Lorin-lab"
        },
        {
            "id": 22,
            "full_name": "Rypha",
            "username": "Rypha"
        },
        {
            "id": 23,
            "full_name": "Ralley",
            "username": "Ralley"
        },
        {
            "id": 24,
            "full_name": "Languages add-on",
            "username": "addon:languages"
        },
        {
            "id": 25,
            "full_name": "Michele",
            "username": "michelevantaggi02"
        },
        {
            "id": 26,
            "full_name": "Yaroslav",
            "username": "RikKost"
        },
        {
            "id": 27,
            "full_name": "italian",
            "username": "italianproject"
        },
        {
            "id": 28,
            "full_name": "Eryk Pawlikowski",
            "username": "Smuger12"
        },
        {
            "id": 29,
            "full_name": "MateuszSto",
            "username": "MateuszSto"
        },
        {
            "id": 30,
            "full_name": "Ferenc Taborszky",
            "username": "FrankHUN"
        },
        {
            "id": 31,
            "full_name": "NachosChipeados",
            "username": "NachosChipeados"
        },
        {
            "id": 32,
            "full_name": "justplus",
            "username": "justplus"
        },
        {
            "id": 33,
            "full_name": "shipa_snake",
            "username": "shipa_2"
        },
        {
            "id": 34,
            "full_name": "IROHASTUDIO",
            "username": "IROHA-STUDIO"
        },
        {
            "id": 35,
            "full_name": "Franco",
            "username": "xFrannM"
        },
        {
            "id": 36,
            "full_name": "Nostromo",
            "username": "Nostromo"
        },
        {
            "id": 37,
            "full_name": "RainTrap341",
            "username": "RainTrap341"
        },
        {
            "id": 38,
            "full_name": "eve",
            "username": "eve"
        },
        {
            "id": 39,
            "full_name": "Maya",
            "username": "RoyalBlue1"
        },
        {
            "id": 40,
            "full_name": "NeighbourVadim",
            "username": "NeighbourVadim"
        },
        {
            "id": 41,
            "full_name": "DragonLordGON",
            "username": "DragonLordGON"
        },
        {
            "id": 42,
            "full_name": "Akinasu333",
            "username": "akinasu"
        },
        {
            "id": 43,
            "full_name": "Herr Chaos",
            "username": "HerrChaos"
        },
        {
            "id": 44,
            "full_name": "Lucas RIBEIRO",
            "username": "DeathSkor"
        },
        {
            "id": 45,
            "full_name": "sigmoid",
            "username": "sigmoid"
        },
        {
            "id": 46,
            "full_name": "skytom4",
            "username": "skytom4"
        }
    ]
}