Users API.

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

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

{
    "count": 909,
    "next": "https://l10n.opensuse.org/api/users/?format=api&page=43",
    "previous": "https://l10n.opensuse.org/api/users/?format=api&page=41",
    "results": [
        {
            "full_name": "Stéphane LASSALVY",
            "username": "StphaneLassalvy"
        },
        {
            "full_name": "Mohammad Rezaei Seresht",
            "username": "KiPPPiX"
        },
        {
            "full_name": "Domini Montessori",
            "username": "DominiMontessori"
        },
        {
            "full_name": "Alex B.",
            "username": "AlexB."
        },
        {
            "full_name": "Ahmad Alzayed",
            "username": "AhmadAlzayed"
        },
        {
            "full_name": "Bayu Putra",
            "username": "BayuPutra"
        },
        {
            "full_name": "Enrico Belleri",
            "username": "EnricoBelleri"
        },
        {
            "full_name": "Vincent Legoll",
            "username": "VincentLegoll"
        },
        {
            "full_name": "Baurzhan Muftakhidinov",
            "username": "BaurzhanMuftakhidinov"
        },
        {
            "full_name": "Temuri Doghonadze",
            "username": "TemuriDoghonadze"
        },
        {
            "full_name": "Müller",
            "username": "Mller"
        },
        {
            "full_name": "Alejandro Leal",
            "username": "ajleal"
        },
        {
            "full_name": "Dead_Bush Sanpai",
            "username": "Dead_BushSanpai"
        },
        {
            "full_name": "Atienza",
            "username": "Atienza"
        },
        {
            "full_name": "christopher Nolan",
            "username": "ChristopherNolan"
        },
        {
            "full_name": "Eyad Issa",
            "username": "EyadIssa"
        },
        {
            "full_name": "delano zuurman",
            "username": "DelanoZuurman"
        },
        {
            "full_name": "yakup",
            "username": "Yakup"
        },
        {
            "full_name": "Yaron Shahrabani",
            "username": "yaron"
        },
        {
            "full_name": "Michal Friedl",
            "username": "MichalFriedl"
        }
    ]
}