Users API.

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

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

{
    "count": 42,
    "next": "https://weblate.info.ucl.ac.be/api/users/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "full_name": "Anonymous",
            "username": "anonymous"
        },
        {
            "full_name": "Anthony Gego",
            "username": "gegoa"
        },
        {
            "full_name": "Ludovic Taffin",
            "username": "ltaffin"
        },
        {
            "full_name": "Olivier Bonaventure",
            "username": "obonaventure"
        },
        {
            "full_name": "Raziel CG",
            "username": "mixe"
        },
        {
            "full_name": "HA Thi Ngoc Bao",
            "username": "thingocbaoha"
        },
        {
            "full_name": "Kim Mens",
            "username": "mens"
        },
        {
            "full_name": "Mathieu Jadin",
            "username": "jadinm"
        },
        {
            "full_name": "Guillaume Derval",
            "username": "gderval"
        },
        {
            "full_name": "Rosana Veroneze",
            "username": "rveroneze"
        },
        {
            "full_name": "Maxime Piraux",
            "username": "mpiraux"
        },
        {
            "full_name": "Fabien Duchene",
            "username": "fduchenef"
        },
        {
            "full_name": "Felix Haase",
            "username": "felix.haase"
        },
        {
            "full_name": "Christian Klein",
            "username": "Fahrplan"
        },
        {
            "full_name": "Iwan Setiawan",
            "username": "stwn"
        },
        {
            "full_name": "Bohan Hu",
            "username": "hubohan"
        },
        {
            "full_name": "peter zhang",
            "username": "petermantis"
        },
        {
            "full_name": "Benjamin SIMON",
            "username": "benjsimon"
        },
        {
            "full_name": "Jaime Cohen",
            "username": "jaimecohen"
        },
        {
            "full_name": "Xicheng Li",
            "username": "xichengli"
        }
    ]
}