Users API.

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

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

{
    "count": 1164,
    "next": null,
    "previous": "https://weblate.framasoft.org/api/users/?format=api&page=23",
    "results": [
        {
            "id": 1151,
            "full_name": "IanLiu",
            "username": "Yanyiyi"
        },
        {
            "id": 1152,
            "full_name": "GSalinas",
            "username": "Atenea"
        },
        {
            "id": 1153,
            "full_name": "lizicheng",
            "username": "lizicheng"
        },
        {
            "id": 1154,
            "full_name": "Jordi Mateu Besançon",
            "username": "jordimateubesancon"
        },
        {
            "id": 1155,
            "full_name": "moto",
            "username": "moto"
        },
        {
            "id": 1156,
            "full_name": "Coen Holten",
            "username": "Coen_Holten"
        },
        {
            "id": 1157,
            "full_name": "Puryx",
            "username": "Puryx"
        },
        {
            "id": 1158,
            "full_name": "Luca B.",
            "username": "122131"
        },
        {
            "id": 1159,
            "full_name": "Parleur",
            "username": "ParleurA"
        },
        {
            "id": 1160,
            "full_name": "冯白诺",
            "username": "whitecold"
        },
        {
            "id": 1161,
            "full_name": "Jolly Jumper",
            "username": "jolly-jump"
        },
        {
            "id": 1162,
            "full_name": "legiorange",
            "username": "legiorange"
        },
        {
            "id": 1163,
            "full_name": "Tim Zöller",
            "username": "javahippie"
        },
        {
            "id": 1164,
            "full_name": "Nienke Borgers",
            "username": "Pingelpangel"
        }
    ]
}