Users API.

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

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

{
    "count": 906,
    "next": "https://l10n.opensuse.org/api/users/?format=api&page=5",
    "previous": "https://l10n.opensuse.org/api/users/?format=api&page=3",
    "results": [
        {
            "full_name": "Andrei Dziahel",
            "username": "andreidziahel"
        },
        {
            "full_name": "gmg",
            "username": "gmg"
        },
        {
            "full_name": "mohammad alhargan",
            "username": "mohammadalhargan"
        },
        {
            "full_name": "Angelo Nardoni",
            "username": "angelonardoni"
        },
        {
            "full_name": "Yunseok Choi",
            "username": "xein"
        },
        {
            "full_name": "alexandros Vennos",
            "username": "alexandrosvennos"
        },
        {
            "full_name": "Lars Vogdt",
            "username": "larsvogdt"
        },
        {
            "full_name": "Cynthia Sanchez",
            "username": "cynthiasanchez"
        },
        {
            "full_name": "Benoît Monin",
            "username": "benoitmonin"
        },
        {
            "full_name": "Giuseppe Gorgoglione",
            "username": "giuseppegorgoglione"
        },
        {
            "full_name": "Eduardo Querido",
            "username": "eduardoquerido"
        },
        {
            "full_name": "Kenny Verstraete",
            "username": "verstraete_kenny"
        },
        {
            "full_name": "Yevgeny Sliosarenko",
            "username": "yevgenysliosarenko"
        },
        {
            "full_name": "Karl Eichwalder",
            "username": "karleichwalder"
        },
        {
            "full_name": "Paul Gonin",
            "username": "paulgonin"
        },
        {
            "full_name": "Marlyse Eyike",
            "username": "marlyseeyike"
        },
        {
            "full_name": "SLE Merge Robot",
            "username": "sle-merge-robot"
        },
        {
            "full_name": "Ray chen",
            "username": "raychen"
        },
        {
            "full_name": "Deleted User",
            "username": "deleted-158"
        },
        {
            "full_name": "Padraig Dillon",
            "username": "PadraigDillon"
        }
    ]
}