Users API.

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

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

{
    "count": 112,
    "next": null,
    "previous": "https://translate.gajim.org/api/users/?format=api&page=2",
    "results": [
        {
            "full_name": "lorenzo sintoni",
            "username": "lorenzo"
        },
        {
            "full_name": "Mario Sabatino",
            "username": "mario"
        },
        {
            "full_name": "Mauro Scomparin",
            "username": "scompo"
        },
        {
            "full_name": "Viktor Varvaruk",
            "username": "vitia_v"
        },
        {
            "full_name": "نادکارو",
            "username": "nadkaro"
        },
        {
            "full_name": "Agurzil n Ǧerǧer",
            "username": "Agurzil"
        },
        {
            "full_name": "Nomadic Entity",
            "username": "nomadic_entity"
        },
        {
            "full_name": "Turingon",
            "username": "Turingon"
        },
        {
            "full_name": "Aozora Mei",
            "username": "e3a5e4adcf7a4013"
        },
        {
            "full_name": "Suiberis",
            "username": "Suiberis"
        },
        {
            "full_name": "Aleksandr Gusev",
            "username": "XandeGusev"
        },
        {
            "full_name": "neox",
            "username": "neox"
        }
    ]
}