Users API.

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

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

{
    "count": 488,
    "next": "https://translate.lxqt-project.org/api/users/?format=api&page=12",
    "previous": "https://translate.lxqt-project.org/api/users/?format=api&page=10",
    "results": [
        {
            "full_name": "Chiitoo",
            "username": "Chiitoo"
        },
        {
            "full_name": "wallon",
            "username": "wallon"
        },
        {
            "full_name": "redtide",
            "username": "redtide"
        },
        {
            "full_name": "cybercop",
            "username": "Cybercop"
        },
        {
            "full_name": "viruscamp",
            "username": "viruscamp"
        },
        {
            "full_name": "Jaakko Saarikko",
            "username": "styxnix"
        },
        {
            "full_name": "Chocimier",
            "username": "Chocimier"
        },
        {
            "full_name": "KacperMisztal",
            "username": "KacperMisztal"
        },
        {
            "full_name": "yzqzss",
            "username": "yzqzss"
        },
        {
            "full_name": "Pipirok",
            "username": "Pipirok"
        },
        {
            "full_name": "K0RR",
            "username": "RDKRACZ"
        },
        {
            "full_name": "HishamAHai",
            "username": "HishamAHai"
        },
        {
            "full_name": "Suyadi",
            "username": "esyede"
        },
        {
            "full_name": "LMLAZ",
            "username": "LMLAZ"
        },
        {
            "full_name": "EncryptedEasty",
            "username": "EncryptedEasty"
        },
        {
            "full_name": "Maximilian Lange",
            "username": "MaxSgh"
        },
        {
            "full_name": "Deleted User",
            "username": "deleted-217"
        },
        {
            "full_name": "Gabriel Proença Alves",
            "username": "Gabrielovsky"
        },
        {
            "full_name": "Andrei Stepanov",
            "username": "adem4ik"
        },
        {
            "full_name": "Stary Pień",
            "username": "Stary"
        }
    ]
}