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": 42,
    "next": "https://weblate.info.ucl.ac.be/api/users/?format=api&page=3",
    "previous": "https://weblate.info.ucl.ac.be/api/users/?format=api",
    "results": [
        {
            "full_name": "Philippe D",
            "username": "pdan1"
        },
        {
            "full_name": "Quentin De Coninck",
            "username": "qdeconinck"
        },
        {
            "full_name": "Nicolás Gómez Solano",
            "username": "kolmant"
        },
        {
            "full_name": "Olivier Goletti",
            "username": "ogoletti"
        },
        {
            "full_name": "Yaron Shahrabani",
            "username": "yaron"
        },
        {
            "full_name": "Thomas ANTOINE",
            "username": "antoinetho"
        },
        {
            "full_name": "Noa Quenon",
            "username": "noquenon"
        },
        {
            "full_name": "christophernolan",
            "username": "christophernolan190"
        },
        {
            "full_name": "Nick Jones",
            "username": "NickJones"
        },
        {
            "full_name": "Larry Johnson",
            "username": "LarryJohnson"
        },
        {
            "full_name": "johnson pgslot",
            "username": "johnsonpgslot"
        },
        {
            "full_name": "gygeelink",
            "username": "gygeelink"
        },
        {
            "full_name": "SofSter",
            "username": "Sofster"
        },
        {
            "full_name": "srasta123",
            "username": "srasta123"
        },
        {
            "full_name": "pawan tanwar",
            "username": "pawantanwar"
        },
        {
            "full_name": "johnson betflix",
            "username": "johnsonbetflix"
        },
        {
            "full_name": "KISHORE",
            "username": "kishore456"
        },
        {
            "full_name": "johnson pgstar",
            "username": "johnsonpgstar"
        },
        {
            "full_name": "tomhenry",
            "username": "tomhenry"
        },
        {
            "full_name": "Asbjørn Djupdal",
            "username": "djupdal"
        }
    ]
}