Users API.

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

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

{
    "count": 58,
    "next": "http://translate.cacti.net/api/users/?format=api&page=3",
    "previous": "http://translate.cacti.net/api/users/?format=api",
    "results": [
        {
            "full_name": "enhtushig",
            "username": "enhtushig"
        },
        {
            "full_name": "James Chen",
            "username": "JamesC"
        },
        {
            "full_name": "Tadeo Briceño",
            "username": "Beast"
        },
        {
            "full_name": "Seita Kawamot",
            "username": "SKROU"
        },
        {
            "full_name": "wukongyo",
            "username": "wukongyo"
        },
        {
            "full_name": "Anatoliy",
            "username": "hamrad"
        },
        {
            "full_name": "lena",
            "username": "lenakkk"
        },
        {
            "full_name": "San IPE",
            "username": "sanipe"
        },
        {
            "full_name": "Coool (github.com/Coool)",
            "username": "Coool"
        },
        {
            "full_name": "Ikhsan Setiawan",
            "username": "@Pinksann14"
        },
        {
            "full_name": "Julia Ferch",
            "username": "juliaferch"
        },
        {
            "full_name": "Anton Zhuravlev",
            "username": "ka1lie"
        },
        {
            "full_name": "Rostyslav Haitkulov",
            "username": "nightflyza"
        },
        {
            "full_name": "kaktus",
            "username": "kaktusek"
        },
        {
            "full_name": "christophernolan",
            "username": "christophernolan190"
        },
        {
            "full_name": "Nick Jones",
            "username": "NickJones"
        },
        {
            "full_name": "Arno St",
            "username": "Arno"
        },
        {
            "full_name": "Liubomyr Reshetniak",
            "username": "st_slayer"
        },
        {
            "full_name": "Encoder Decoder",
            "username": "encoder"
        },
        {
            "full_name": "Virtek",
            "username": "Virtek"
        }
    ]
}