Users API.

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

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

{
    "count": 774,
    "next": "https://weblate.rikka.app/api/users/?format=api&page=18",
    "previous": "https://weblate.rikka.app/api/users/?format=api&page=16",
    "results": [
        {
            "full_name": "Don9090",
            "username": "Don9090"
        },
        {
            "full_name": "Aaran Lee",
            "username": "chihero"
        },
        {
            "full_name": "Doni108108",
            "username": "Doni108108"
        },
        {
            "full_name": "Deleted User",
            "username": "deleted-355"
        },
        {
            "full_name": "Deleted User",
            "username": "deleted-356"
        },
        {
            "full_name": "Deleted User",
            "username": "deleted-357"
        },
        {
            "full_name": "IverCoder",
            "username": "IverCoder"
        },
        {
            "full_name": "Cameron White",
            "username": "camwhite-121"
        },
        {
            "full_name": "yjglon",
            "username": "yjglon"
        },
        {
            "full_name": "zanscree1982",
            "username": "zanscree1982"
        },
        {
            "full_name": "SENMOKU",
            "username": "SENMOKU"
        },
        {
            "full_name": "robert4989",
            "username": "robert4989"
        },
        {
            "full_name": "silvaa007",
            "username": "silvaa007"
        },
        {
            "full_name": "Gaelscoileanna",
            "username": "Gaelscoileanna"
        },
        {
            "full_name": "dnlweijers",
            "username": "dnlweijers"
        },
        {
            "full_name": "Maniana777",
            "username": "Maniana777"
        },
        {
            "full_name": "Andiayat12",
            "username": "Andiayat12"
        },
        {
            "full_name": "nicolashutta",
            "username": "nicolashutta"
        },
        {
            "full_name": "Jhunter0313",
            "username": "Jhunter0313"
        },
        {
            "full_name": "thepoladov",
            "username": "thepoladov13"
        }
    ]
}