Users API.

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

GET /api/users/?format=api&page=10
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=11",
    "previous": "https://translate.lxqt-project.org/api/users/?format=api&page=9",
    "results": [
        {
            "full_name": "krovyoll",
            "username": "krovyoll"
        },
        {
            "full_name": "copy0401",
            "username": "copy0401"
        },
        {
            "full_name": "Fox",
            "username": "fox"
        },
        {
            "full_name": "svetota",
            "username": "svetota"
        },
        {
            "full_name": "Ticiano",
            "username": "Ti7oyan"
        },
        {
            "full_name": "OckhamOdyssey",
            "username": "OckhamOdyssey"
        },
        {
            "full_name": "Zhang Wei",
            "username": "zarchwegiant"
        },
        {
            "full_name": "Dwi Kristianto",
            "username": "steamboatid"
        },
        {
            "full_name": "Paulo Santiago",
            "username": "opw"
        },
        {
            "full_name": "Antoni Jon",
            "username": "SignificantSmell54"
        },
        {
            "full_name": "MD Mamun Hossan",
            "username": "Mamun"
        },
        {
            "full_name": "Adam",
            "username": "adamthorlin"
        },
        {
            "full_name": "marcelocripe",
            "username": "marcelocripe"
        },
        {
            "full_name": "Joan Miró",
            "username": "joanmiro"
        },
        {
            "full_name": "Fúlvio Alves",
            "username": "fga_fulvio"
        },
        {
            "full_name": "jesse varis",
            "username": "thumbsup"
        },
        {
            "full_name": "XXTXTOP",
            "username": "XXTXTOP"
        },
        {
            "full_name": "Brli",
            "username": "Brli"
        },
        {
            "full_name": "Berto Yáñez",
            "username": "bertez"
        },
        {
            "full_name": "NightFeather",
            "username": "NightFeather"
        }
    ]
}