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": 164,
    "next": "https://hive.bgforge.net/api/users/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "full_name": "anonymous",
            "username": "anonymous"
        },
        {
            "full_name": "Magus",
            "username": "admin"
        },
        {
            "full_name": "qwerty qwerty",
            "username": "burner1024"
        },
        {
            "full_name": "Ilya Ivanov",
            "username": "sexydev"
        },
        {
            "full_name": "c6",
            "username": "c6"
        },
        {
            "full_name": "John Vandenberg",
            "username": "jayvdb"
        },
        {
            "full_name": "Michel Luiz Milezzi",
            "username": "michelmilezzi"
        },
        {
            "full_name": "ALIENQuake",
            "username": "ALIENQuake"
        },
        {
            "full_name": "Piotr Wiankowski",
            "username": "Cahir"
        },
        {
            "full_name": "Валентин Черняк",
            "username": "warkinyga"
        },
        {
            "full_name": "Rafael Cavalcante de Andrade",
            "username": "Verglaizer"
        },
        {
            "full_name": "Fellipe_Mfar",
            "username": "Fellipe_Mfar"
        },
        {
            "full_name": "Samuel Leonardo",
            "username": "Snowing"
        },
        {
            "full_name": "Rodrigo Fontes (RodWarrior)",
            "username": "rodwarriorbr"
        },
        {
            "full_name": "sanghoon",
            "username": "selfish"
        },
        {
            "full_name": "samuel martinez torres",
            "username": "santyago9703"
        },
        {
            "full_name": "rodolpho zacarias lopes alves",
            "username": "rodolpho11"
        },
        {
            "full_name": "Pablo Pinheiro",
            "username": "pablodosteam10"
        },
        {
            "full_name": "Gabriel Barbosa",
            "username": "gbarbosa7841"
        },
        {
            "full_name": "Elias Porto",
            "username": "DFPorto"
        }
    ]
}