Users API.

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

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

{
    "count": 162,
    "next": null,
    "previous": "http://translate.gtaf.org/api/users/?format=api&page=3",
    "results": [
        {
            "id": 151,
            "full_name": "Milo",
            "username": "MiloKai"
        },
        {
            "id": 152,
            "full_name": "xeight p",
            "username": "x8p_x8p"
        },
        {
            "id": 153,
            "full_name": "Eusha Abdullah",
            "username": "eusha"
        },
        {
            "id": 154,
            "full_name": "Azhar Muhmood",
            "username": "Azhar1000v"
        },
        {
            "id": 155,
            "full_name": "Mody-Oumar",
            "username": "Oumar"
        },
        {
            "id": 156,
            "full_name": "Aina",
            "username": "-_Aina_-"
        },
        {
            "id": 157,
            "full_name": "Sofian Foughali",
            "username": "sufien"
        },
        {
            "id": 158,
            "full_name": "Aafreen Danish",
            "username": "Aafreen"
        },
        {
            "id": 159,
            "full_name": "Ashfaque Ahmad K M",
            "username": "imfi"
        },
        {
            "id": 160,
            "full_name": "Asmaa Bint Dumortier",
            "username": "asmaa_umm_nayla"
        },
        {
            "id": 161,
            "full_name": "Zarrar Shaikh",
            "username": "Zarrar"
        },
        {
            "id": 162,
            "full_name": "Erdem Yaşar",
            "username": "Erdem229"
        }
    ]
}