Users API.

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

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

{
    "count": 416,
    "next": null,
    "previous": "https://weblate.foundryvtt-hub.com/api/users/?format=api&page=8",
    "results": [
        {
            "id": 403,
            "full_name": "David",
            "username": "davidgirardey"
        },
        {
            "id": 404,
            "full_name": "Ivan",
            "username": "[email protected]"
        },
        {
            "id": 405,
            "full_name": "wangbuling",
            "username": "wangbuling"
        },
        {
            "id": 406,
            "full_name": "Preston Vance",
            "username": "SigSaw"
        },
        {
            "id": 407,
            "full_name": "Forelius",
            "username": "Forelius"
        },
        {
            "id": 408,
            "full_name": "Forien",
            "username": "Forien"
        },
        {
            "id": 409,
            "full_name": "Zach",
            "username": "speedknight"
        },
        {
            "id": 410,
            "full_name": "Dmytro Kril",
            "username": "MrForisu"
        },
        {
            "id": 411,
            "full_name": "LiangHao",
            "username": "1ea0c813db4c4fd7"
        },
        {
            "id": 412,
            "full_name": "灰灰湮灭中",
            "username": "huihui"
        },
        {
            "id": 413,
            "full_name": "Ryotai",
            "username": "ryotai-trpg"
        },
        {
            "id": 414,
            "full_name": "Ricardo Lima",
            "username": "rhrlima"
        },
        {
            "id": 415,
            "full_name": "Felipe Granada",
            "username": "Obsidian"
        },
        {
            "id": 416,
            "full_name": "dellatorreadrian",
            "username": "dellatorreadrian"
        },
        {
            "id": 417,
            "full_name": "Chas",
            "username": "Chasarooni"
        },
        {
            "id": 418,
            "full_name": "Cussa Mitre",
            "username": "Cussa"
        }
    ]
}