Users API.

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

GET /api/users/?format=api&page=12
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=13",
    "previous": "https://translate.lxqt-project.org/api/users/?format=api&page=11",
    "results": [
        {
            "full_name": "Страхиња Радић",
            "username": "strahinja"
        },
        {
            "full_name": "Abdullah Alsabi",
            "username": "aalsabi"
        },
        {
            "full_name": "Renato Rego",
            "username": "natocesarrego"
        },
        {
            "full_name": "Juan Ezquerro LLanes",
            "username": "arrase"
        },
        {
            "full_name": "Charles",
            "username": "charlemio"
        },
        {
            "full_name": "Milot Shala",
            "username": "milot"
        },
        {
            "full_name": "Franciosi",
            "username": "franciosi"
        },
        {
            "full_name": "Imesh Chamara",
            "username": "IC-Tech"
        },
        {
            "full_name": "Dejweed",
            "username": "Dejweed"
        },
        {
            "full_name": "andrew-bibb",
            "username": "andrew-bibb"
        },
        {
            "full_name": "larshenrikoern",
            "username": "larshenrikoern"
        },
        {
            "full_name": "FH",
            "username": "fhdk"
        },
        {
            "full_name": "MrMikeJJ",
            "username": "MrMikeJJ"
        },
        {
            "full_name": "Leandro Nini",
            "username": "drfiemost"
        },
        {
            "full_name": "Robert Reimus",
            "username": "robertreimus"
        },
        {
            "full_name": "Drakula44",
            "username": "Drakula44"
        },
        {
            "full_name": "Hai Lee",
            "username": "HaiLee"
        },
        {
            "full_name": "haris",
            "username": "noovi"
        },
        {
            "full_name": "Milky LX",
            "username": "milkylx"
        },
        {
            "full_name": "Biukang",
            "username": "biukang"
        }
    ]
}