Users API.

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

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

{
    "count": 915,
    "next": "https://l10n.opensuse.org/api/users/?format=api&page=46",
    "previous": "https://l10n.opensuse.org/api/users/?format=api&page=44",
    "results": [
        {
            "full_name": "Giacomo Solinas",
            "username": "GiacomoSolinas"
        },
        {
            "full_name": "Maks Kliazovich",
            "username": "MaksKliazovich"
        },
        {
            "full_name": "Michal Gagat",
            "username": "MichalGagat"
        },
        {
            "full_name": "faila fail",
            "username": "FailaFail"
        },
        {
            "full_name": "Alessandro Lorenzetto",
            "username": "AlessandroLorenzetto"
        },
        {
            "full_name": "Mutaz Ismail",
            "username": "ghondr"
        },
        {
            "full_name": "Francesco Saltori",
            "username": "Fs00"
        },
        {
            "full_name": "Marko Bjelogrlic",
            "username": "neeeow"
        },
        {
            "full_name": "nobkd",
            "username": "nobkd"
        },
        {
            "full_name": "Danil Zhmihov",
            "username": "DanilZhmihov"
        },
        {
            "full_name": "Aleksey Fedorov",
            "username": "AlekseyFedorov"
        },
        {
            "full_name": "Ornela Maric",
            "username": "OrnelaMaric"
        },
        {
            "full_name": "Foo Bar",
            "username": "FooBar"
        },
        {
            "full_name": "Rafael Torres Balabukha",
            "username": "btleafar"
        },
        {
            "full_name": "Jie Sheng",
            "username": "JieSheng"
        },
        {
            "full_name": "Oleksii",
            "username": "Foji"
        },
        {
            "full_name": "Arnold Marko",
            "username": "ArnoldMarko"
        },
        {
            "full_name": "Alejandro Jiménez",
            "username": "AlejandroJimnez"
        },
        {
            "full_name": "Monstorix",
            "username": "Monstorix"
        },
        {
            "full_name": "Luis Zepeda",
            "username": "LuisZepeda"
        }
    ]
}