Users API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/users/?format=api&page=16
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 481,
    "next": "https://translate.lxqt-project.org/api/users/?format=api&page=17",
    "previous": "https://translate.lxqt-project.org/api/users/?format=api&page=15",
    "results": [
        {
            "full_name": "Stribor",
            "username": "te0dancedus"
        },
        {
            "full_name": "Arpit T",
            "username": "devlinarptiw"
        },
        {
            "full_name": "hrabian",
            "username": "hrabian"
        },
        {
            "full_name": "Jouni Järvinen",
            "username": "rautamiekka"
        },
        {
            "full_name": "Farruhbek",
            "username": "Farruhbek"
        },
        {
            "full_name": "Michele",
            "username": "PokeMichele"
        },
        {
            "full_name": "Juan",
            "username": "JnBenites"
        },
        {
            "full_name": "WeiJianBing",
            "username": "weijianb"
        },
        {
            "full_name": "NickJones234",
            "username": "NickJones234"
        },
        {
            "full_name": "vynaaa",
            "username": "vynaaa"
        },
        {
            "full_name": "Sabri Ünal",
            "username": "sabriunal"
        },
        {
            "full_name": "pengxingwei",
            "username": "pengxingwei"
        },
        {
            "full_name": "Dušan Kazik",
            "username": "prescott66"
        },
        {
            "full_name": "NorwayFun",
            "username": "NorwayFun"
        },
        {
            "full_name": "Aleksey",
            "username": "AlekseyCh"
        },
        {
            "full_name": "Asaki",
            "username": "8Hi"
        },
        {
            "full_name": "Roozbeh",
            "username": "roozgit"
        },
        {
            "full_name": "fengchao",
            "username": "fengchao"
        },
        {
            "full_name": "Felipe Nogueira",
            "username": "fnogcps"
        },
        {
            "full_name": "Clau Miska",
            "username": "ClauMiska"
        }
    ]
}