Users API.

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

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

{
    "count": 203,
    "next": "https://weblate.linphone.org/api/users/?format=api&page=6",
    "previous": "https://weblate.linphone.org/api/users/?format=api&page=4",
    "results": [
        {
            "full_name": "Michael",
            "username": "quelbs"
        },
        {
            "full_name": "Mohamadreza Bagheri",
            "username": "DiabloNova"
        },
        {
            "full_name": "Ahmadi",
            "username": "Ahmadi"
        },
        {
            "full_name": "andy wu",
            "username": "andywu"
        },
        {
            "full_name": "fahimafar",
            "username": "farivar"
        },
        {
            "full_name": "Kacper Muchowski",
            "username": "crash9407"
        },
        {
            "full_name": "Monica Gomez",
            "username": "Hubot"
        },
        {
            "full_name": "mahdi gholami mehr",
            "username": "mahdi.gholami.mehr"
        },
        {
            "full_name": "Imię Nazwisko",
            "username": "m3mp5"
        },
        {
            "full_name": "Till von Elling",
            "username": "MEDIZINICUM_TvE"
        },
        {
            "full_name": "NPL",
            "username": "Npepperlinux"
        },
        {
            "full_name": "Jose Manuel",
            "username": "Jmleon1966"
        },
        {
            "full_name": "FurretUber",
            "username": "FurretUber"
        },
        {
            "full_name": "JaehoPark",
            "username": "franken"
        },
        {
            "full_name": "Nick Jones",
            "username": "NickJones"
        },
        {
            "full_name": "kriyasri",
            "username": "kriyasri"
        },
        {
            "full_name": "https://www.fieldengineer.com/skills/deployment-support-engineer",
            "username": "christophernolan190"
        },
        {
            "full_name": "Ville Hartikainen",
            "username": "ville_hartikainen"
        },
        {
            "full_name": "samuele",
            "username": "sam"
        },
        {
            "full_name": "Luis Eduardo Rojas Moreno",
            "username": "Luis.03"
        }
    ]
}