Users API.

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

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

{
    "count": 912,
    "next": "https://l10n.opensuse.org/api/users/?format=api&page=40",
    "previous": "https://l10n.opensuse.org/api/users/?format=api&page=38",
    "results": [
        {
            "full_name": "Özgür Arslan",
            "username": "Hofmann"
        },
        {
            "full_name": "marcelo cripe",
            "username": "MarceloCripe"
        },
        {
            "full_name": "Taras Panchenko",
            "username": "TarasPanchenko"
        },
        {
            "full_name": "Christophe Giboudeaux",
            "username": "ChristopheGiboudeaux"
        },
        {
            "full_name": "Thomas Florio",
            "username": "ThomasFlorio"
        },
        {
            "full_name": "Michele Bussolotto",
            "username": "MicheleBussolotto"
        },
        {
            "full_name": "Kim Tae Kyeong",
            "username": "KimTaeKyeong"
        },
        {
            "full_name": "Titouan Bénard",
            "username": "TitouanBnard"
        },
        {
            "full_name": "Soc Virnyl Estela",
            "username": "SocVirnylEstela"
        },
        {
            "full_name": "Xico Maia",
            "username": "XicoMaia"
        },
        {
            "full_name": "Juan José Asensio García",
            "username": "JuanJosAsensioGarca"
        },
        {
            "full_name": "Wallon",
            "username": "Wallon"
        },
        {
            "full_name": "Robbi Nespu Mokhtar",
            "username": "RobbiNespuMokhtar"
        },
        {
            "full_name": "jérôme Brichese",
            "username": "JrmeBrichese"
        },
        {
            "full_name": "Hannier Jimenez",
            "username": "HannierJimenez"
        },
        {
            "full_name": "aaa aaa\"'/><u>aaaa",
            "username": "AaaAaa"
        },
        {
            "full_name": "Bryan Gartner",
            "username": "BryanGartner"
        },
        {
            "full_name": "Humberto Blanco Reino",
            "username": "HumbertoBlancoReino"
        },
        {
            "full_name": "Tony Krajcik",
            "username": "TonyKrajcik"
        },
        {
            "full_name": "Ghassan",
            "username": "Ghassan123"
        }
    ]
}